-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
104 lines (87 loc) · 1.56 KB
/
styles.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
body {
background-color: #000000;
margin-top: 25px;
}
.nav {
background-color: #000000;
list-style-type: none;
text-align: left;
margin: 0;
padding: 0;
}
.nav li {
display: inline-block;
font-size: 20px;
font-family: "Courier New", Courier, monospace;
padding: 20px;
}
.nav a {
color: #5075E2;
text-decoration: none;
}
.nav a:hover {
color: #823F97;
}
h1 {
background: -webkit-linear-gradient(52deg, rgba(0,179,255,1) 34%, rgba(89,36,208,1) 51%, rgba(255,87,0,1) 65%);
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: cursive;
font-size: 75px;
text-align: center;
}
h2 {
font-family: cursive;
font-size: 50px;
text-align: center;
color: #4F5AD8;
}
h3 {
color: #79399F;
font-family: "Courier New", Courier, "Lucida Sans Typewriter";
text-align: center;
margin-bottom: 40px;
}
h3 a {
color: #5075E2;
text-decoration: none;
}
h3 a:hover {
color: #A64872;
}
h4 {
margin-top: 30px;
margin-bottom: 20px;
margin-left: 75px;
font-family: cursive;
color: #E25E37;
font-size: 23px;
}
ul {
color: #4DB1F8;
margin-left: 75px;
font-family: "Courier New", Courier, "Lucida Sans Typewriter";
font-size: 20px;
line-height: 25px;
}
p {
color: #4F94EE;
font-size: 20px;
line-height: 25px;
text-align: justify;
font-family: "Courier New", Courier, "Lucida Sans Typewriter";
margin-left: 75px;
margin-right: 75px;
}
p a {
color: #BD515A;
text-decoration: none;
}
img {
display: block;
margin-right: auto;
margin-bottom: 60px;
margin-left: auto;
width: 40%;
}