-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
74 lines (71 loc) · 1.26 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
body{
font-family: 'PT Serif', serif;
background-color: rgb(240,240,240);
}
.img-fluid{
width: 100%;
height: 20%;
}
.logo-navbar{
font-size: 100%;
padding: 0;
}
.navbar{
height: 100px;
}
.nav-item
{
font-size: 22px;
font-weight: 600;
color: black;
padding: 15px;
}
.navbar-brand {
margin-left: 30px;
background-color: transparent;
}
.grid-wide h2
{
text-transform: uppercase;
word-spacing: 15px;
font-size: 40px;
font-weight: 600;
background-color: rgb(29, 141, 135);
color: white;
font-family: 'Coustard', serif;
}
.footer{
background-color:yellow;
height: 180px;
}
.card-title
{
font-family: 'Noto Serif', serif;
color: #0F52BA;
}
.card-text{
font-family: 'Kadwa', serif;
letter-spacing: 1px;
}
.btn {
font-size: 1.2rem;
}
.footer ul{
list-style-type: none;
}
.container {
text-align: center;
color: #F6A9A9;
text-shadow: 2px 2px 4px red;
}
.centered {
width: 70%;
position: absolute;
top: 55%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 80px;
text-transform: uppercase;
font-family: 'Acme', sans-serif;
letter-spacing: 3px;
}