-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyles.css
More file actions
61 lines (52 loc) · 1.05 KB
/
Copy pathstyles.css
File metadata and controls
61 lines (52 loc) · 1.05 KB
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
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
body{
/* background-image: url('images/marcelo-leal-6pcGTJDuf6M-unsplash.jpg'); */
}
.top{
background-image: url('images/marcelo-leal-6pcGTJDuf6M-unsplash.jpg');
}
.image-top{
max-width: 100%;
}
.white-link{
font-weight: bold;
color: rgba(255,255,255,100) !important;
}
h1{
padding-bottom: 2.5rem;
font-size: 3.5rem;
font-family: 'Varela Round', sans-serif;
}
.card-header{
text-align: center;
font-size: 2.5rem;
}
.card-body{
text-align: center;
}
.card{
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.fet{
font-family: 'Fira Sans', sans-serif;
}
footer
{
/* background-color: #0d6efd; */
background-image: url('images/marcelo-leal-6pcGTJDuf6M-unsplash.jpg');
color: white;
padding:2rem 0 2rem 0;
}
.fab{
padding:0 2rem 0 2rem;
color: white;
}
.fab:hover{
color: #4D96FF;
}
a {
text-decoration: none;
}