-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
45 lines (38 loc) · 829 Bytes
/
index.css
File metadata and controls
45 lines (38 loc) · 829 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
body {
background-color: #437ba0;
}
div#main {
background-color: #515DFF;
border-radius: 7px;
width: 450px;
height: 450px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
div#bottom {
position: absolute;
bottom: 0px;
}
h2#title {
margin-left: 10px;
color: #111111;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
img#github {
margin-left: 10px;
display: inline;
}
a.no-underline {
text-decoration: none;
}
p {
margin-left: 10px;
color: #111111;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
a {
color: #111111;
}