-
Notifications
You must be signed in to change notification settings - Fork 0
/
bemcss.css
58 lines (55 loc) · 1.1 KB
/
bemcss.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
.basic,.home
{font-style:sans-serif;font-size:24px;
background-color:lightblue;
width:25px;
}
h1{
font-family:"Montserrat";font-size:30px;
border-bottom:10px solid blue;
color:black;
}
.style,.calendar
{font-style:"serif";font-size:20px;
background-color:lightgrey;
}
.body,.menu,.jobs
{font-Family:"Times New Roman";font-size:25px;
background-color:orange;
}
.nav{
font-Family:"Times New Roman";font-size:25px;
background-color:lightgreen;
}
.title
{text-align:center; font-size:35px;
border-style:10px solid black;
}
.navstyle{
font-style:sans-serif;
font-size:30px;
text-decoration:underline;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 100px;
background-color:white;
}
li a {
display: block;
color: black;
padding: 8px 16px;
text-decoration: none;
}
li a.navstyle{
background-color:green;
color: white;
}
li a:hover:not(.navstyle) {
background-color:black;
color: white;
}
.home;.menu {background-color:blue; color:white;
font-family:"times new roman";font-size:25px;
}