mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 02:26:45 -07:00
deploy: c4b9cd16cf
This commit is contained in:
parent
815cf10383
commit
bc9a0786ab
6 changed files with 53 additions and 13 deletions
21
styles/index.css
Normal file
21
styles/index.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
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