Skip to content

Commit da5b3fb

Browse files
authored
Update index.html
1 parent 75caca0 commit da5b3fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Website/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
<script type="module" src="https://unpkg.com/@fluentui/web-components"></script>
88
<link rel="stylesheet" href="styles.css">
99
<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>
1016
</head>
1117
<body>
1218
<div class="col align-items-center content">

0 commit comments

Comments
 (0)