use suggested project layout from: https://plainvanillaweb.com/pages/sites.html
This commit is contained in:
parent
2d4ac41cfa
commit
eea8e10cab
10 changed files with 49 additions and 45 deletions
49
style.css
49
style.css
|
|
@ -1,49 +0,0 @@
|
|||
html {
|
||||
background-color: #000;
|
||||
color: #d9d9d9;
|
||||
font-family: sans-serif;
|
||||
font-size: large;
|
||||
line-height: 1.4;
|
||||
margin: 2em auto;
|
||||
max-width: 800px;
|
||||
padding: 1em;
|
||||
scrollbar-gutter: stable both-edges;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00a2e7
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #ca1a70;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: white;
|
||||
background-color: #00a2e7;
|
||||
}
|
||||
|
||||
a:visited:hover {
|
||||
color: white;
|
||||
background-color: #ca1a70;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.75em;
|
||||
}
|
||||
|
||||
header {
|
||||
h1 {
|
||||
font-size: 2.5em;
|
||||
font-family: serif;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.info {
|
||||
font-style: italic;
|
||||
color: #d9d9d9c7;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue