-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (69 loc) · 1.1 KB
/
style.css
File metadata and controls
78 lines (69 loc) · 1.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
width: 100%;
height: 100%;
margin: 0 auto;
background-image: url("bg.png");
font-family: "Trebuchet MS", Helvetica, sans-serif;
color: #505050;
}
a:hover, a:visited, a:link, a:active {
color: #F0F0F0;
text-decoration: none;
}
#main {
width: 1024px;
margin: 0 auto;
background-color: #151515;
min-height: 100%;
box-sizing: border-box;
border: 1px;
border-style: solid;
border-color: #252525;
position: relative;
}
#logo {
text-align:center;
margin: 32px;
}
#links {
background-color: #101010;
width: 1022px;
font-size: 18px;
text-align: center;
padding-top: 16px;
padding-bottom: 16px;
}
#copyright {
font-size: 12px;
color: #252525;
position: absolute;
bottom: 0;
right: 0;
padding: 8px;
font-weight: bold;
}
#doge {
position: absolute;
top: 0px;
left: 0px;
padding: 8px;
}
#projects {
text-align: center;
margin: 16px;
color: #F0F0F0;
font-size: 35px;
}
.project {
text-align: left;
margin-left: 48px;
font-size: 15px;
color: #B0B0B0;
}
.projectTitle {
text-align: left;
margin-top: 32px;
font-size: 20px;
margin-left: 32px;
color: #9090EE;
}