-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
97 lines (77 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.container-fluid{
margin: 0;
padding: 0;
}
.navbar{
border-radius: 0px;
background-color: rgba(0,0,0,0.8);
}
.navbar-brand{
font-size: 35px;
color: white;
padding-left: 25px;
}
.navbar-brand:hover{
color: white;
}
.nav{
margin: 0;
padding: 0;
}
.navbar-nav{
font-size: 25px;
text-align: center;
margin: 0;
padding: 0;
}
.navbar-toggle{
border: 2px solid white;
margin-right: 25px;
}
.icon-bar{
background-color: white;
}
.main-title{
margin-bottom: 15px;
text-align: center;
color: #ff4532;
font-size: 50px;
font-family: "Comic Sans MS", cursive, sans-serif;
font-weight: bold;
}
li{
box-sizing: border-box;
width: 100%;
}
.menu-item{
padding: 0;
margin: 0;
width: 100%;
background-color: white;
border-bottom: 1px solid black;
color: black;
display: block;
}
.menu-item:hover{
background-color: rgba(0,0,0,0.9);
color: rgba(0,0,0,0.4);
}
.row{
margin: 20px;
}
.content-box{
margin: 20px;
width: auto;
height: auto;
color: black;
background-color: rgba(0,0,0,0.2);
font-family: "Comic Sans MS", cursive, sans-serif;
padding: 20px;
}
.item-name{
text-align: center;
font-size: 20px;
font-weight: bold;
}
#top{
}