16 lines
207 B
CSS
16 lines
207 B
CSS
|
html {
|
||
|
font-family: 'Zen Kurenaido', sans-serif;
|
||
|
background-color: #ede1be;
|
||
|
}
|
||
|
|
||
|
#title {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#font-credit {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#ghpage-credit {
|
||
|
text-align: center;
|
||
|
}
|