forked from jeeyaprakash/growupboron.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
69 lines (59 loc) · 889 Bytes
/
Copy pathstyle.css
File metadata and controls
69 lines (59 loc) · 889 Bytes
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
html, body{
font-size: lem;
line-height: 1.2em;
font-family: 'Montserrat', sans-serif;
background: #f8f8f8;
color: #555555;
margin:0;
padding: 0;
height: 100%;
width: 100%;
}
nav {
text-align: center;
background-color: #dddddd;
margin: :0 0;
width: 100%;
}
ul{
width: 80%;
padding: 0;
margin:0 auto;
}
li{
box-sizing: border-box;
list-style: none;
display: inline-block;
padding: 15px 20px;
margin: 0px;
}
img {
max-width: 100%;
height: auto;
}
ul li a{
color: #4C9CF1;
text-decoration: none;
font-weight: bold;
}
a: hover {
color:#444444;
}
li:hover{
border-bottom: 1px solid #bbb;
}
.toggle{
background-color: #bbb;
width: 100%;
padding: 5px 0px;
text-align: center;
display: none;
}
.menu{
font-size: 20px;
margin: 10px 15px;
}
.menu:hover{
cursor: pointer;
}
}