Update readme, remove the sidenav.
parent
634083e027
commit
c5fe0f677e
|
@ -1,3 +1,3 @@
|
||||||
# nightly.town
|
# nightly.town
|
||||||
|
|
||||||
website
|
The website shown at (nightly.town)[https://nightly.town]
|
|
@ -8,12 +8,6 @@
|
||||||
<link rel="stylesheet" href="static/nightlycss.css">
|
<link rel="stylesheet" href="static/nightlycss.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="sidenav">
|
|
||||||
<a href="#">About</a>
|
|
||||||
<a href="#">Services</a>
|
|
||||||
<a href="#">Clients</a>
|
|
||||||
<a href="#">Contact</a>
|
|
||||||
</div>
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h1>Welcome to my website!</h1>
|
<h1>Welcome to my website!</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,33 +10,7 @@ body {
|
||||||
color: var(--textcolour);
|
color: var(--textcolour);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidenav {
|
|
||||||
height: 100%;
|
|
||||||
width: 85px;
|
|
||||||
position: fixed;
|
|
||||||
z-index: 1;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
background-color: var(--bgcolour);
|
|
||||||
overflow-x: hidden;
|
|
||||||
padding-top: 20px;
|
|
||||||
border-right: 2px solid var(--sdbarcolour);
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidenav a {
|
|
||||||
padding: 6px 6px 6px 10px;
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: 25px;
|
|
||||||
color: #818181;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidenav a:hover {
|
|
||||||
color: #f1f1f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
margin-top: 20px;
|
margin-top: 2vw;
|
||||||
margin-left:138px;
|
margin-left: 2vw;
|
||||||
padding: 1px 16px;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue