working on html/css

This commit is contained in:
DoomKitty87 2023-08-21 15:37:43 -07:00
parent 96961ee657
commit eac8d6e8aa
2 changed files with 13 additions and 5 deletions

View file

@ -6,12 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Seafoam</title>
<script type="module" src="/main.js" defer></script>
<style>
</style>
</head>
<body>
<div id="navbar">
</div>
<div id="main">
</div>
</body>
</html>

View file

@ -0,0 +1,7 @@
body {
background-color: #162532;
}
.navbar {
background-color: #131b23;
}