-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.css
More file actions
60 lines (56 loc) · 1.14 KB
/
learn.css
File metadata and controls
60 lines (56 loc) · 1.14 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
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
* {box-sizing: border-box}
body{
background-color: rgb(246, 178, 21);
}
.column {
float: left;
width: 15%;
padding: 5px;
margin-left: 5%;
margin-top: 2%;
}
/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
display: table;
}
.wrapper h1{
font-family: 'Luckiest Guy', cursive;
font-size: 75px;
text-align: center;
}
.ques h2{
font-family: 'Luckiest Guy', cursive;
font-size: 50px;
text-align: center;
justify-content: center;
}
.column1 {
float: left;
width: 15%;
padding: 5px;
margin-left: 5%;
margin-top: 3%;
}
/* Clear floats after image containers */
.row1::after {
content: "";
clear: both;
display: table;
}
.column2 {
float: left;
width: 13.5%;
padding: 0px;
margin-left: 6.5%;
margin-top: 2%;
margin-bottom: 5%;
}
/* Clear floats after image containers */
.row2::after {
content: "";
clear: both;
display: table;
}