-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
92 lines (76 loc) · 1.31 KB
/
styles.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body {
background-color: rgba(20, 20, 24, 1);
color: rgb(210,210,210);
display: block;
margin-left: auto;
margin-right: auto;
width: 800px;
}
.title {
/*text-align: center;*/
/*padding-top: 30px;*/
text-align: center;
}
h1 {
padding-bottom: 50px;
text-align: center;
}
h2 {
color: rgb(210,210,210);
}
.links a:link {
color: rgb(210,210,210);
text-decoration: none;
}
.links a:hover {
color: rgb(210,210,210);
text-decoration: none;
}
.topbar {
background-color: rgb(20, 20, 24);
overflow: hidden;
}
/* Style the links inside the navigation bar */
.topbar a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topbar a:hover {
background-color: #ddd;
color: black;
}
/* Add a color to the active/current link */
.topbar a.active {
background-color: rgb(255,105,97);
color: white;
}
div.intro {
padding-top: 50px;
left: 00px;
right: 00px;
}
/* Left and right column */
.cside {
float: left;
width: 25%;
visibility: collapse;
}
/* Middle column */
.cmiddle {
float: left;
width: 50%;
}
.row:after{
content: "";
display: table;
clear: both;
}
p {
padding-bottom: 50px;
text-indent: 3em;
}