-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.css
More file actions
70 lines (62 loc) · 1.07 KB
/
Copy pathdocumentation.css
File metadata and controls
70 lines (62 loc) · 1.07 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
body, html {
height: 100%;
margin: 0;
font-family: Arial;
}
/* Style tab links */
.tablink {
background-color: #555;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 0.7%;
font-size: 20px;
width: 24.65%;
}
.tablink:hover {
background-color: #777;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
color: white;
display: none;
padding: 100px 20px;
height: 100%;
}
#vis {background-color: red;}
#class {background-color: green;}
#contact {background-color: blue;}
#about {background-color: orange;}
.about {
font-size: 40px;
}
.half {
width: 50%;
}
.contact {
font-size: 40px;
}
#class {
width:100%;
height: 100%;
}
* {box-sizing: border-box}
/* Style the tab content */
.tabcontent2 {
padding: 4px 12px;
border: 1px solid #ccc;
width: 70%;
height: 100%;
}
li {
padding-top: 2px;
font-size: large;
}
.extra {
padding-top:10px;
}
.bold {
font-weight: bolder;
}