We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75caca0 commit da5b3fbCopy full SHA for da5b3fb
Website/index.html
@@ -7,6 +7,12 @@
7
<script type="module" src="https://unpkg.com/@fluentui/web-components"></script>
8
<link rel="stylesheet" href="styles.css">
9
<link rel="icon" href="./favicon.ico">
10
+ <style>
11
+ body {background-image: url('Organic.jxl');
12
+ background-repeat: no-repeat;
13
+ background-attachment: fixed;
14
+ background-size: 100% 100%;}
15
+</style>
16
</head>
17
<body>
18
<div class="col align-items-center content">
0 commit comments