-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
65 lines (46 loc) · 895 Bytes
/
style2.css
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
* {
background-color: antiquewhite;
}
.body {
background-color: antiquewhite;
width: 200vh;
height: 100vh;
}
.head1 {
text-align: center;
font-size: 34px;
color: crimson;
}
.backl {
font-size: medium;
color: rgb(255, 0, 0);
text-decoration: none;
transition: all 0.2s ease-in-out;
}
.backl:hover {
color: green;
font-size: large;
}
.types1 {
font-size: 20px;
color: darkcyan;
}
.para {
text-indent: 100px;
font-family: 'Poppins', sans-serif;
color: blueviolet;
font-size: 20px;
font-family: "Poppins" sans-serif;
}
.con1 {
font: 40px bold;
color: rgb(63, 107, 109);
align-content: center;
margin-left: 30px;
}
.cond {
font-size: 22px;
color: rgb(42, 75, 75);
margin-left: 10px;
text-indent: 50px;
}