Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasu authored Mar 17, 2020
1 parent 1ca3fdc commit 0a22dad
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
body{
font-family:serif;
background-color:#dddddd;
color:#ffffff;
margin:0;

}
.takanawa {
position: relative;
height: 40vh;
background-color: #008000;
text-align:center;
font-size:20vh;
}
.takanawa p {
width: 100%;
text-align: center;
}

0 comments on commit 0a22dad

Please sign in to comment.