-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (75 loc) · 1.42 KB
/
style.css
File metadata and controls
78 lines (75 loc) · 1.42 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
#header {
text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 30px;
}
h1 {
font-size: 100px;
-webkit-margin-after: 0;
}
.content {
position: relative;
overflow-y: auto;
height: 250px;
margin: 40px
}
.button{
position: relative;
float:left;
margin:10px;
height:200px;
width:200px;
border-radius:50%;
overflow:hidden;
}
.button:hover{
opacity:.5;
}
.button a {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
text-decoration: none;
z-index:10;
opacity: 0;
}
#angrybirds {
background:url('./images/Angry_Birds.png') no-repeat;
background-position: 63% 95%;
}
#frozen {
background:url('./images/Frozen.jpg') no-repeat;
background-position: 47% 27%;
}
#lightbot {
background:url('./images/Light_Bot.png') no-repeat;
background-position: 45% 90%;
}
#codecademy {
background:url('./images/codecademy.jpg') no-repeat;
background-position: 50% 50%;
border: 1px #000 dashed;
}
#holiday {
background:url('./images/holiday.jpg') no-repeat;
background-position: 48% 15%;
}
#website {
background:url('./images/website.jpg') no-repeat;
background-position: 40% 50%;
}
#sphero {
background:url('./images/sphero.png') no-repeat;
background-position: 50% 100%;
border: 1px #000 solid;
}
#hopscotch {
background:url('./images/hopscotch.jpg') no-repeat;
background-position: 55% 50%;
}
#flappybird {
background:url('./images/flappybird.png') no-repeat;
background-position: 50% 50%;
}