mirror of
https://github.com/DoomKitty87/seafoam.git
synced 2024-12-27 23:47:24 +01:00
working on html/css
This commit is contained in:
parent
96961ee657
commit
eac8d6e8aa
2 changed files with 13 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
body {
|
||||
background-color: #162532;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #131b23;
|
||||
}
|
Loading…
Reference in a new issue