-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
115 lines (95 loc) · 1.44 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
background-color: #f8f8f8;
color: #000000;
font-family: 'Baloo Thambi 2', cursive;
text-align: center;
}
div img {
padding: 2% 2%;
width: 60%;
border-radius: 50%;
}
.otherImg img{
padding: 2% 2%;
width: 90%;
border-radius: 0%;
}
div {
width: 75%;
margin: auto;
}
link:visited {
color: rgb(29, 25, 250);
}
button {
font-size: 17px;
background-color: #000000;
color: rgb(70, 92, 218);
border: 5px;
width: 50%;
text-decoration:underline;
height: 10%
}
.navbar {
padding: 0% 0%;
overflow: hidden;
background-color: #333;
font-family: 'Baloo Thambi 2', cursive;
width: 100%;
}
/* Links inside the navbar */
.navbar a {
float: left;
font-size: 16px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a:hover {
float: left;
font-size: 16px;
color: rgb(209, 209, 209);
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
button:hover{
color: #3264c0;
width: 90%;
text-align: left;
}
.footer {
overflow: hidden;
background-color: #333;
font-family: Arial;
width: 100%;
}
.footer a {
float: left;
font-size: 14px;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.bullet{
text-align: left;
}
li {
text-align: left;
}
ul {
text-align: left;
}
.donate img {
border-radius: 0%;
height: 200px;
width: 200px;
}
.error h1{
font-size: 50px
}
.error p{
font-size: 25px
}