Last commit on this directory today, i think..
parent
c5fe0f677e
commit
3fb10cd72a
|
@ -8,8 +8,10 @@
|
|||
<link rel="stylesheet" href="static/nightlycss.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<h1>Welcome to my website!</h1>
|
||||
<div id="container">
|
||||
<div id="header">
|
||||
<h1>Hello!</h1>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,6 +1,6 @@
|
|||
:root {
|
||||
--bgcolour: #212121;
|
||||
--sdbarcolour: #6600ff;
|
||||
--sdbarcolour: #4c208f;
|
||||
--textcolour: #EFF0F1;
|
||||
}
|
||||
body {
|
||||
|
@ -10,7 +10,7 @@ body {
|
|||
color: var(--textcolour);
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-top: 2vw;
|
||||
margin-left: 2vw;
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
Loading…
Reference in New Issue