mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 10:36:40 -07:00
Add some basic site changes
This commit is contained in:
parent
821c94c609
commit
c3eabe3a83
3 changed files with 32 additions and 4 deletions
|
@ -2,3 +2,22 @@ body {
|
|||
font-family: sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
header.main-header {
|
||||
display: block;
|
||||
padding: 4px;
|
||||
background-color: #0ad;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
main.page {
|
||||
margin: 8px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue