-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (65 loc) · 1.06 KB
/
style.css
File metadata and controls
75 lines (65 loc) · 1.06 KB
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
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav button {
font-size: 16px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
button:hover {
background-color: red;
}
input {
width: 48%;
float: right;
padding: 0px 0px;
margin: 0px 0px;
box-sizing: border-box;
}
.sidenav {
display: none;
width: 130px;
position: fixed;
z-index: 1;
top: 120px;
right: 0px;
background: #999;
overflow-x: hidden;
padding: 0px 7px;
color:white;
}
.sidenav button {
font-size: 16px;
width:100%;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background-color: #666;
font-family: inherit;
margin: 0;
}
.sidenav button:hover {
background-color: red;
}
.textpage {
margin: 30px;
}
img {
border-style: solid;
margin-bottom: 100px;
}
h2 {
line-height: 0px;
}