-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
35 lines (35 loc) · 859 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
@import url(http://fonts.googleapis.com/css?family=Redressed);
@import url(http://fonts.googleapis.com/css?family=Quicksand);
div.canvas {
background-color:white;
border:1px solid #979797;
width:8px;
height:8px;
}
#position, p{
font-family: Courier;
}
body{
background-color: #e5e5e5;
}
#content{
text-align:center;
width:500px;
margin:auto;
}
h1{
font-family: 'Redressed', cursive;
font-size: 2.3em;
color: #4a4d73;
text-shadow: 1.3px 1.3px #738657;
}
a{
font-family: 'Quicksand', sans-serif;
text-decoration: none;
color: #4a4d73;
font-size: 1.5em;
}
a:hover{
font-size: 1.6em;
color: black;
}