-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
82 lines (67 loc) · 1.39 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
75
76
77
78
79
80
81
82
.main-text{
color: crimson;
font-family: 'Short Stack', cursive;
}
.header-text{
color: crimson;
font-family: 'Short Stack', cursive;
font-weight: bolder;
text-shadow: 2px 2px 2px whitesmoke;
padding-top: 15px;
font-size: 33px;
}
.paragraphs{
color: whitesmoke;
margin-left: 50px;
margin-right: 50px;
text-align: left justify;
font-family: 'EB Garamond', serif;
font-size: 20px;
word-spacing: 7px;
}
.navbar-brand > img{
width: 45px !important;
background-color: black !important;
font-weight: bold !important;
}
.navbar{
background-color:black !important;
}
.logotext{
color: crimson;
text-shadow: -1px 3px 2px whitesmoke;
font-family: 'Slackey', cursive;
font-size: 27px;
}
.alert{
padding: 0;
margin-bottom: -2px;
padding-top: 4px;
margin-left: -2px;
margin-right: -2px;
background-color: crimson;
color: whitesmoke;
}
.table{
background-color: black;
color: black;
font-size: 25px;
font-family: 'Metal Mania', cursive;
}
.table-img-pos{
flex-direction: column;
display: flex;
}
.table-style{
background-color: crimson;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
border-radius: 20px;
}
.footer{
background-color: crimson;
text-align: center;
color: black;
}