-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
98 lines (84 loc) · 1.39 KB
/
index.css
File metadata and controls
98 lines (84 loc) · 1.39 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
*{
margin:0;
padding: 0;
box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');
body{
background-color: #F9F5F6;
/* background-image: url(foodQuiz.jpg); */
background-size: 100% ;
font-family: 'Salsa', cursive;
}
.main{
width: 60%;
height: 100vh;
display: flex;
margin-left: 100px;
justify-content: center;
align-items: center;
flex-direction: column;
}
#box{
width: 80%;
height: 400px;
padding: 5px;
box-shadow: 0px 0px 5px grey ;
/* background-color: #F8E8EE; */
}
.row{
width: 100%;
margin-left: 0;
margin: 2rem;
}
.btn{
width: 50%;
margin-left: 15px;
padding: 5px;
font-size: 20px;
color: black;
border: none;
border-radius: 5px;
background-color: #FDCEDF;
cursor: pointer;
}
.row{
font-size: 20px;
}
.style{
cursor: pointer;
}
input[type= "radio"]{
appearance: none;
background-color: #FDCEDF;
font: inherit;
width: 20px;
height: 20px;
border: 0.15em solid #FDCEDF;
border-radius: 12px;
}
input[type= "radio"]::after{
display: block;
}
input[type= "radio"]:after{
top: 9px;
left: 9px;
width: 8px;
height: 8px;
border-radius: 50%;
background: white;
}
.h3{
font-size: 30px;
}
p{
background: #Fff;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 50px;
margin-top: 50px;
margin-left: 800px;
height: 70px;
width: 200px;
}