-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestStyle.css
More file actions
109 lines (89 loc) · 1.58 KB
/
testStyle.css
File metadata and controls
109 lines (89 loc) · 1.58 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
@import url('https://fonts.googleapis.com/css2?family=Gamja+Flower&display=swap');
*{
margin:0;
padding:0;
font-family: "Gamja flower",cursive;
}
body{
width:100vw;
height:100vh;
display:flex;
flex-direction:column;
align-items:center;
}
#start>button{
margin-top: 1vh;
}
.content{
width: 100vw;
max-width: 65rem;
height: 100%;
display: flex;
flex-direction: column;
text-align: center;
padding: 0 5vw 0 5vw;
/*상우하좌*/
}
#result>#qu{
color:rgb(255, 140, 0);
font-size:1.5rem;
}
#start>img{
width:300px;
height:200px;
display: block;
margin:5vw auto 0 auto;
}
#title>img{
width:300px;
height:200px;
display: block;
margin:3vw auto 0 auto;
}
.img1{
position:relative;
margin-left:350px;
}
#start>p{
font-size:2.5rem;
margin-top:5vh;
color:orange;
}
#start>#maker{
font-size:1rem;
color:black;
}
#start>#require{
font-size:1.5rem;
color:rgb(255, 0, 0);
}
#question > #pgrNum{
text-align:left;
margin-top:3vh;
}
#question > #title{
width:100%;
height:20vh;
margin:10vh 0 10vh 0;
font-size:1.5rem;
}
#question > button{
height:8vh;
margin-top:20vh;
}
#result > #img{
width:300px;
height:300px;
display: block;
margin:5vw auto 0 auto;
}
#result>#mbti{
font-size:1.5em;
}
#result > .result-btn{
display:flex;
flex-direction:column;
}
.result-btn button{
font-size:1.5rem;
}