-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiff.css
More file actions
45 lines (39 loc) · 816 Bytes
/
diff.css
File metadata and controls
45 lines (39 loc) · 816 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
.topnav {
background-color: #333;
overflow: hidden;
margin: 0 0;
}
.topnav a {
float: left;
color: #f3f5f7;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
font-family:Arial, Helvetica, sans-serif;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #17eee3;
color: white;
}
.left{
background-color: #9dede9;
float: left;
width:50%;
height: 100vh;
padding-right: 40px;
box-sizing: border-box;
text-align: center;
}
.right{
float:right;
box-sizing: border-box;
width:50%;
height: 100vh;
background-color: rgb(57, 54, 54);
text-align: center;
}