-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
49 lines (41 loc) · 792 Bytes
/
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
#pageHeader {
background-color: #330000;
color: #f1f1f1;
text-align: center;
}
#languageWebsite {
background: linear-gradient(to bottom, #330000 19%, #f12029 95%);
color: #f1f1f1;
text-align: center;
}
#languageApps {
background-color: #f1f1f1;
color: #330000;
text-align: center;
}
#languageTools {
background-color: #f12029;
color: #f1f1f1;
text-align: center;
}
#pageFooter {
background-color: black;
color: #000000;
text-align: center;
}
img {
max-width: 100%;
height: auto;
}
h1 {
font-size: 36px;
font-family: "Times New Roman", Times, serif;
}
p{
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "Times New Roman", Times, sans-serif;
font-size: 24px;
}
.logo{
width: 60px;
}