Split CSS to dedicated file

This commit is contained in:
Elizabeth Cray 2023-06-23 15:24:16 -04:00
parent 0b4b91ca3b
commit fe985c43c9
2 changed files with 4 additions and 8 deletions

3
scene.css Normal file
View File

@ -0,0 +1,3 @@
body {
background-size: cover;
}

View File

@ -7,15 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel=stylesheeet" href="scene.css">
<script src="scripts/scene.js"></script>
<!-- LiveJS is not supported when run with the file:// protocol -->
<!-- <script src="https://livejs.com/live.js"></script> -->
<style>
body {
/* background-image: url('https://picsum.photos/3840/2160'); */
background-size: cover;
}
</style>
</head>
<body id="wallpaper">
</body>