-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
91 lines (90 loc) · 1.38 KB
/
style.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
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
body{
background-color:rgb(215, 240, 255);
font-family: 'Poppins', sans-serif;
font-family: 'Quicksand', sans-serif;
}
.quo{
text-align: center;
}
.tit,.intro{
text-align: center;
}
.nav{
text-align: center;
font-size: 20px;
background-color: rgb(219, 181, 181);
}
.nav a{
text-decoration: none;
padding: 28px;
}
.nav p{
display: inline;
}
hr{
color: black;
}
.top{
text-align: center;
}
.abt{
background-color: azure;
}
.pro{
background-color: azure;
}
.form{
background-color: azure;
text-align: center;
font-size: 18px;
}
#my{
font-size: 20px;
}
.cen{
text-align: center;
}
.abtme{
text-align: justify;
font-size: 18px;
}
.pp{
background-color: azure;
}
.ppc{
margin-left: auto;
margin-right: auto;
}
.if{
background-color: azure;
}
table,th,td{
border: 2px solid black;
border-collapse: collapse;
text-align: center;
font-size: 20px;
}
.cc{
background-color: azure;
text-align: center;
}
ul li{
font-size: 20px;
}
.quotes{
text-align: center;
background-color: azure;
font-size: 20px;
}
.prod{
background-color: azure;
text-align: center;
}
.vprod{
background-color: azure;
text-align: center;
}
.rate{
background-color: azure;
text-align: center;
}