forked from flanchan/doushio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
290 B
13 lines
290 B
5 years ago
|
body {
|
||
|
background: black url('../gazou/autumn.jpg') no-repeat;
|
||
|
background-size: 100%;
|
||
|
font-family: "MS Pゴシック", "MS PGothic", "Mona", "Hiragino Kaku Gothic Pro";
|
||
|
font-size: 12pt;
|
||
|
}
|
||
|
div {
|
||
|
color: #f0f0f0;
|
||
|
margin-top: 100px;
|
||
|
text-align: center;
|
||
|
text-shadow: #800 0px 2px 0px;
|
||
|
}
|