Cleaned up spacing in the rest of the site
This commit is contained in:
parent
9d439e85a4
commit
25ed1056a1
|
@ -8,6 +8,7 @@
|
|||
|
||||
<style>
|
||||
footer {
|
||||
margin: 20px;
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
}
|
||||
</style>
|
|
@ -9,17 +9,13 @@
|
|||
|
||||
<style>
|
||||
nav {
|
||||
margin-bottom: 1rem;
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
display: flex;
|
||||
}
|
||||
.nav-button {
|
||||
margin: 5px;
|
||||
padding: 8px;
|
||||
background-color: var(--lightgray);
|
||||
border-radius: 5px;
|
||||
border-bottom: solid 1px black;
|
||||
}
|
||||
|
||||
.nav-button:hover {
|
||||
background-color: var(--gray);
|
||||
}
|
||||
</style>
|
|
@ -14,6 +14,7 @@
|
|||
padding: 0px;
|
||||
margin: 0px;
|
||||
text-decoration: none;
|
||||
list-style-type: none;
|
||||
color : black;
|
||||
|
||||
--gray: rgb(160, 160, 160);
|
||||
|
|
|
@ -1,2 +1,11 @@
|
|||
<h1>About this</h1>
|
||||
<p>This is a test website using sveltekit</p>
|
||||
<div class = "panel">
|
||||
<h1>About this</h1>
|
||||
<p>This is a test website using sveltekit</p>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.panel {
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
}
|
||||
</style>
|
|
@ -1,12 +1,22 @@
|
|||
|
||||
<h1>APPS</h1>
|
||||
<div class = "panel">
|
||||
<h1>APPS</h1>
|
||||
<ul>
|
||||
<li><a href="/apps/todo">todo</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li><a href="/apps/todo">todo</a></li>
|
||||
</ul>
|
||||
|
||||
<style>
|
||||
h1 {
|
||||
margin: 10px;
|
||||
.panel {
|
||||
margin: 1em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 2em;
|
||||
}
|
||||
li {
|
||||
list-style-type:circle;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user