forked from seungeunn/webgrus_team7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSeolmoon.css
79 lines (69 loc) · 1.33 KB
/
Seolmoon.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
body {
display: flex;
justify-content: center;
/*background-color: rgb(235, 235, 235);*/
margin: 0;
padding: 0;
width:100%;
height: 100vh;
}
.main_box {
display: flex;
flex-direction: column;
width: 80%;
background-color: white;
/*padding: 0px 45px;*/
}
.top_box {
display: flex;
justify-content: flex-end;
margin-bottom: 70px;
}
.question_box {
text-align:center;
margin-bottom: 30px;
font-size: 25px;
}
.answer_box {
display: flex;
flex-direction: column;
align-items: center;
}
.answer {
width: 85%;
height:80%;
padding: 16px 0px;
margin-bottom: 9px;
font-size: 18px;
white-space:normal;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
.button_box {
display: flex;
justify-content: space-between;
width: 100%;
-webkit-appearance: none;
}
.button_box1 {
display: flex;
justify-content: flex-end;
width: 100%;
-webkit-appearance: none;
}
.next_button{
margin-top: 115px;
padding: 10px 20px;
font-size: 18px;
-webkit-appearance: none;
}
.prev_button{
margin-top: 115px;
padding: 10px 20px;
font-size:18px;
-webkit-appearance: none;
}
.clicked {
background-color:darkgray;
color:black;
}