-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
49 lines (49 loc) · 920 Bytes
/
styles.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
.navbar--logo
{
font-size:xx-large;
width: 170px;
height:40px;
background-position: center;
background-image: none;
border-color: #555;
width:10px;
height:50px;
color: brown;
}
h1
{
text-align: center;
text-decoration: solid;
background-position: center;
font-size:xx-large;
font-family: 'Courier New', Courier, monospace;
color:black;
}
.NavbarNavDropdown
{
text-align: left;
background-attachment:local;
position:right;
background-size: contain;
background-repeat: no-repeat;
}
.nav-item.nav-item:hover
{
text-align: left;
background-color: grey;
color:black;
text-decoration: line-through;
}
.item
{
text-align: left;
font-size: medium;
font-family: 'Courier New', Courier, monospace;
}
.menu
{
text-align: left;
font-size: medium;
font-family: 'Courier New', Courier, monospace;
color:black;
}