-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (39 loc) · 745 Bytes
/
style.css
File metadata and controls
48 lines (39 loc) · 745 Bytes
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
.jumbotron {
background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(255,255,24,1) 0%, rgba(37,203,215,1) 90% );
border-radius: 0px;
}
.jumbotron a {
text-shadow: .5px .5px #333333;
transition: color .5s ease-in-out;
}
.jumbotron a:hover, footer a:hover {
color: #ffffff;
text-decoration: none;
}
section {
margin-bottom: 2rem;
}
section h1 {
font-size: 2rem;
color: #20b2aa;
margin-bottom: 25px;
padding-bottom: 10px;
border: solid #dedede;
border-width: 0 0 1px 0;
}
section p {
text-align: justify;
}
ul {
list-style-type: square;
}
a {
color: #20b2aa;
}
footer {
background-color: #20b2aa;
color: #ffffff;
}
footer a {
color: #000000;
}