Showing
1 changed file
with
5 additions
and
3 deletions
... | @@ -144,7 +144,6 @@ | ... | @@ -144,7 +144,6 @@ |
144 | #text1 | 144 | #text1 |
145 | { | 145 | { |
146 | position:relative; | 146 | position:relative; |
147 | - left:15%; | ||
148 | font-family: 'Nanum Gothic'; | 147 | font-family: 'Nanum Gothic'; |
149 | font-size:50px; | 148 | font-size:50px; |
150 | font-weight: bold; | 149 | font-weight: bold; |
... | @@ -152,7 +151,6 @@ | ... | @@ -152,7 +151,6 @@ |
152 | #text2 | 151 | #text2 |
153 | { | 152 | { |
154 | position:relative; | 153 | position:relative; |
155 | - left:15%; | ||
156 | font-family: 'Nanum Gothic'; | 154 | font-family: 'Nanum Gothic'; |
157 | font-size:70px; | 155 | font-size:70px; |
158 | font-weight: bold; | 156 | font-weight: bold; |
... | @@ -162,11 +160,13 @@ | ... | @@ -162,11 +160,13 @@ |
162 | { | 160 | { |
163 | position:relative; | 161 | position:relative; |
164 | font-family: 'Nanum Gothic'; | 162 | font-family: 'Nanum Gothic'; |
163 | + width:120px; | ||
164 | + height:40px; | ||
165 | font-size:x-large; | 165 | font-size:x-large; |
166 | font-weight: bold; | 166 | font-weight: bold; |
167 | color:white; | 167 | color:white; |
168 | top:80%; | 168 | top:80%; |
169 | - left:35%; | 169 | + left:30%; |
170 | background-color: rgb(0, 153, 255); | 170 | background-color: rgb(0, 153, 255); |
171 | 171 | ||
172 | } | 172 | } |
... | @@ -177,6 +177,8 @@ | ... | @@ -177,6 +177,8 @@ |
177 | font-size:x-large; | 177 | font-size:x-large; |
178 | font-weight: bold; | 178 | font-weight: bold; |
179 | color:white; | 179 | color:white; |
180 | + width:120px; | ||
181 | + height:40px; | ||
180 | top:80%; | 182 | top:80%; |
181 | left:55%; | 183 | left:55%; |
182 | background-color: rgb(0, 153, 255); | 184 | background-color: rgb(0, 153, 255); | ... | ... |
-
Please register or login to post a comment