Showing
1 changed file
with
42 additions
and
42 deletions
... | @@ -24,48 +24,48 @@ | ... | @@ -24,48 +24,48 @@ |
24 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> | 24 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> |
25 | 25 | ||
26 | <style type="text/css"> | 26 | <style type="text/css"> |
27 | - html, | 27 | + html, |
28 | - { | 28 | + { |
29 | - margin: 0; | 29 | + margin: 0; |
30 | - padding: 0; | 30 | + padding: 0; |
31 | - } | 31 | + } |
32 | - | 32 | + |
33 | - body { | 33 | + body { |
34 | - margin: 0; | 34 | + margin: 0; |
35 | - padding: 0; | 35 | + padding: 0; |
36 | - | 36 | + |
37 | - /* background-image: url('background.jpg'); | 37 | + /* background-image: url('newbackground.png'); |
38 | - background-repeat: no-repeat; | 38 | + background-repeat: no-repeat; |
39 | - background-size: cover; */ | 39 | + background-size: cover; */ |
40 | - /* background: linear-gradient( to bottom, #fbc2eb, #a6c1ee ); */ | 40 | + /* background: linear-gradient( to bottom, #fbc2eb, #a6c1ee ); */ |
41 | - } | 41 | + } |
42 | - | 42 | + |
43 | - h1 { | 43 | + h1 { |
44 | - color: white; | 44 | + color: white; |
45 | - font-family: 'Nanum Brush Script', cursive; | 45 | + font-family: 'Nanum Brush Script', cursive; |
46 | - } | 46 | + } |
47 | - | 47 | + |
48 | - label { | 48 | + label { |
49 | - color: white; | 49 | + color: white; |
50 | - font-size: 20px; | 50 | + font-size: 20px; |
51 | - font-family: 'Yeon Sung', cursive; | 51 | + font-family: 'Yeon Sung', cursive; |
52 | - } | 52 | + } |
53 | - | 53 | + |
54 | - #banner { | 54 | + #banner { |
55 | - position: absolute; | 55 | + position: absolute; |
56 | - top: 0; | 56 | + top: 0; |
57 | - width: 100%; | 57 | + width: 100%; |
58 | - } | 58 | + } |
59 | - | 59 | + |
60 | - #footer { | 60 | + #footer { |
61 | - position: absolute; | 61 | + position: absolute; |
62 | - bottom: 0; | 62 | + bottom: 0; |
63 | - width: 100%; | 63 | + width: 100%; |
64 | - height: 50px; | 64 | + height: 50px; |
65 | - text-align: center; | 65 | + text-align: center; |
66 | - font-family: 'Yeon Sung', cursive; | 66 | + font-family: 'Yeon Sung', cursive; |
67 | - color: white; | 67 | + color: white; |
68 | - } | 68 | + } |
69 | </style> | 69 | </style> |
70 | 70 | ||
71 | </head> | 71 | </head> | ... | ... |
-
Please register or login to post a comment