-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
47 lines (47 loc) · 810 Bytes
/
style.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
@import url(https://fonts.googleapis.com/css?family=Russo+One);
body {
margin: 30px auto auto;
background-color: #ffffff;
color: #317192;
font-family: 'Russo One';
width: 920px;
}
#title {
font-size: 40px;
text-align: left;
margin-top: 40px;
padding-top: 40px;
}
#tagline {
font-size: 14px;
text-align: left;
margin-top: 15px;
margin-bottom: 40px;
}
#logo {
background: transparent url(images/softwareball_v1.small.png) no-repeat scroll center top;
height: 274px;
width: 287px;
float: right;
}
#contents {
margin: 0 auto;
padding: 54px 40px;
min-height: 510px;
width: 880px;
}
#footer {
margin: 80px auto auto;
}
#license {
font-size: 10px;
float: left;
}
#author {
font-size: 10px;
padding-top: 10px;
text-align: right;
}
.quote {
font-style: italic;
}