-
Notifications
You must be signed in to change notification settings - Fork 0
/
bluestyle.css
69 lines (60 loc) · 1.21 KB
/
bluestyle.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
h1 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
color: #e1bfff;
font-size: 24px;
text-align: center;
}
body {
background-image: url("../images/wood.png");
}
.ipad {
margin: 0 auto;
width: 413px;
height: 594px;
text-align: center;
position:relative;
}
.sleepyhead {
position: absolute;
top: 30px;
left: 35px;
}
.byebyebuy {
position: absolute;
top: 30px;
left: 148px;
}
.eventum {
position: absolute;
top: 30px;
left: 261px;
}
div.img {
margin: 5px;
padding: 5px;
height: auto;
width: auto;
float: left;
text-align: center;
}
div.img img {
width: 90px;
height: 90px;
border-radius: 20px; /* give rounded corners to the icons */
display: inline;
margin: 5px;
}
div.img a:hover img {
transition: 0.7s ease;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
div.desc {
text-align: center;
font-size: 12px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
width: 95px;
margin: 2px;
color: white;
}