-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquizcss.css
More file actions
36 lines (31 loc) · 827 Bytes
/
quizcss.css
File metadata and controls
36 lines (31 loc) · 827 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
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Monoton&family=Open+Sans:wght@400;700&family=Playfair+Display+SC:wght@400;700&family=Playfair+Display:wght@400;700&family=Roboto:wght@400;700&family=Source+Sans+Pro:wght@400;700&family=Work+Sans:wght@400;700&display=swap");
.con {
background-color: orange;
}
.head {
color: white;
font-family: Roboto;
font-size: 40px;
margin: 30px;
text-align: center;
font-weight: bold;
}
.form-st {
width: 80vw;
height: 60vh;
border-radius: 15px;
padding: 22px;
margin: 20px;
}
.que {
font-family: Bree Serif;
font-size: 22px;
text-align: left;
font-weight: bold;
}
.error {
font-family: Bree Serif;
font-size: 18px;
font-weight: bold;
color: red;
}