-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
48 lines (46 loc) · 681 Bytes
/
about.css
File metadata and controls
48 lines (46 loc) · 681 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
header{
background-color: #000000;
}
h1{
color: white;
position: relative;
top: 30px;
font-size: 2.5rem;
}
.nav a{
color: white;
vertical-align: middle;
display: table-cell;
position: relative;
left: 1000px;
bottom: 35px;
padding: 0px 20px;
font-size: 1.7rem;
}
.nav a:hover{
background-color: gray;
color: #101010;
}
img{
position: relative;
left: 100px;
margin-right: 10px;
}
.container {
overflow: hidden;
}
.image {
float: left;
margin-right: 130px;
}
.text {
overflow: hidden;
font-size: 1.5rem;
}
h2{
position: relative;
left: 150px;
top: 30px;
font-size: 2.5rem;
}
a{text-decoration: none;}