-
Notifications
You must be signed in to change notification settings - Fork 0
/
css.css
103 lines (77 loc) · 1.18 KB
/
css.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
102
103
.nav-item{
margin-left: 20px;
}
.navbar-brand{
color: aliceblue;
font-weight: 700;
}
.nav-item a{
color: white;
}
.dropdown-menu a{
color: darkblue;
}
.navbar{
background-color: black;
}
.external_div{
width: 80%;
margin: auto;
margin-top: 40px;
margin-bottom: 40px;
border: solid;
border-color: black;
border-radius: 20px;
padding: 20px 20px 20px 20px;
}
.badge{
height: 70px;
width: 70px;
text-align: center;
border: solid;
border-color: black;
border-radius: 20px;
font-size: 40px;
color: white;
}
.col{
}
.row{
margin-top: 10px;
margin-bottom: 10px;
}
.container_of_span{
margin: auto;
height: 70px;
width: 70px;
}
.btn{
width: 170px;
height: 70px;
font-size: 25px;
border: solid;
border-color: black;
}
.button_container{
margin-bottom: 40px;
}
.button_outline{
width: 170px;
height: 70px;
margin: auto;
}
.foot{
background-color: black;
padding-top: 10px;
padding-bottom: 20px;
margin-top: 20px;
}
.footer-logo{
margin: auto;
}
.footer-logo a{
color: white;
}
.col a{
color: aliceblue;
}