-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
56 lines (47 loc) · 1 KB
/
about.css
File metadata and controls
56 lines (47 loc) · 1 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
@import url('https://fonts.googleapis.com/css?family=ABeeZee');
body {
background: url("https://i.pinimg.com/736x/20/6f/80/206f805e405309a7225b5e2683ffed19.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
#container {
width: 1000px;
margin: 0 auto;
}
ul#nav {
width: 960px;
list-style: none;
overflow: hidden;
margin: 100px auto 25px auto;
}
ul#nav li {
width: 126px;
height: 40px;
float: left;
padding: 13px 0 0 0;
background:#000000 ;
font-weight: bold;
text-align: center;
text-transform: uppercase;
margin: 0 60px 0 0;
}
ul#nav li a {
color: #FFFFFF;
text-decoration: none;
}
ul#nav li a:hover {
color: #a12121;
}
.personal{
font-family: "ABeeZee";
color: #FFFFFF;
height: 400px;
width: 700px;
border: 4px solid #FFFFFF;
padding: 4px 4px 4px 4px;
margin-top: 150px;
margin-left: 100px;
align-content: center;
justify-content: center;
}