Showing
1 changed file
with
42 additions
and
0 deletions
rank.css
0 → 100644
| 1 | +@charset "UTF-8"; | ||
| 2 | +header{ | ||
| 3 | + font-family:maplestory; | ||
| 4 | + height: 40px; | ||
| 5 | + background-color: rgb(42,27,50); | ||
| 6 | + color:white; | ||
| 7 | +} | ||
| 8 | +header ul{ | ||
| 9 | + float: left; | ||
| 10 | + font-size:16px; | ||
| 11 | +} | ||
| 12 | +header ul li{ | ||
| 13 | + display: inline-block; | ||
| 14 | +} | ||
| 15 | +header div{ | ||
| 16 | + float: right; | ||
| 17 | +} | ||
| 18 | +html,body{ | ||
| 19 | + height:100%; | ||
| 20 | + background-image:url("../img/lucid.jpg") no-repeat; | ||
| 21 | + background-size: cover; | ||
| 22 | + margin:0; | ||
| 23 | +} | ||
| 24 | +.big_box{ | ||
| 25 | + min-height:70vh; | ||
| 26 | + background-color: rgba(255,255,255,.95); | ||
| 27 | + color: #000; | ||
| 28 | +} | ||
| 29 | +.char_box{ | ||
| 30 | + | ||
| 31 | +} | ||
| 32 | +.char_img{ | ||
| 33 | + | ||
| 34 | +} | ||
| 35 | +.footer{ | ||
| 36 | + height: 30px; | ||
| 37 | + background-color: rgb(42,27,50); | ||
| 38 | + margin-top: -30px; | ||
| 39 | + text-align:center; | ||
| 40 | + color:white; | ||
| 41 | + | ||
| 42 | +} |
-
Please register or login to post a comment