Commit d3b1abac authored by baesangjune's avatar baesangjune
Browse files

css

parent 68deb13a
.Main { .Main {
background: orange; background: gray;
background-image: url('');
display: inline-block; display: inline-block;
border: 3px solid black; border: 3px solid black;
width: 200px; width: 750px;
height: 180px;
text-align: center; text-align: center;
margin-left: 410px;
margin-top: 10px;
font-size: 120px;
font-family: cursive;
color : greenyellow;
text-shadow :
-3px -3px 0 #000, /* 왼쪽 위 그림자 */
3px -3px 0 #000, /* 오른쪽 위 그림자 */
-3px 3px 0 #000, /* 왼쪽 아래 그림자 */
3px 3px 0 #000; /* 오른쪽 아래 그림자 */
} }
/* .Name {} */ /* .Name {} */
...@@ -11,13 +24,17 @@ ...@@ -11,13 +24,17 @@
.Box { .Box {
text-align: center; text-align: center;
margin: 0 auto; margin: 0 auto;
margin-top: 75px;
} }
.QuizStart { .QuizStart {
margin: 30px; margin: 30px;
margin-left: 500px; margin-left: 650px;
width: 150px; margin-top: 150px;
height: 30px; margin-bottom: 200px;
width: 220px;
height: 50px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
} font-size: 20px;
letter-spacing: 3px;
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment