-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
58 lines (46 loc) · 939 Bytes
/
style2.css
File metadata and controls
58 lines (46 loc) · 939 Bytes
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
body{
background-color:rgb(78, 78, 79);
}
h1{
color:white;
margin-top: 7rem;
}
.mainpage{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color:rgb(78, 78, 79);
/* font-weight: 900; */
}
.secondpage{
margin-top: 25px;
margin-bottom: 25px;
margin-left: 25px;
margin-right: 25px;
background-color:#A7B49E;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius:12px ;
width:55rem;
height: 20rem;
}
#question{
color:black;
}
/* background-color:#A7B49E; */
.option-button{
margin:8px;
height: 35px;
width: 150px;
font-size: 20px;
font-family: cursive;
border : 2px rgb(76, 76, 76);
background-color: white;
border-radius: 3px;
}
#btn1{
margin-top: 4.5px;
}