-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
105 lines (93 loc) · 1.09 KB
/
styles.css
File metadata and controls
105 lines (93 loc) · 1.09 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
body{
background-color: #700;
}
#key{
width: 80%;
margin-left: auto;
margin-right: auto;
}
p{
color: #999;
}
h3{
color: #999;
}
header{
position: relative;
width:90%;
margin-left: auto;
margin-right: auto;
}
#share-buttons img {
width: 5%;
padding: .5%;
border: 0;
box-shadow: 0;
display: inline;
}
#team{
width: 80%;
}
a.español{
position: absolute;
top:3%;
left:72%;
color: #999;
font-size: 300%
}
a.about{
position: relative;
left: 10%;
color:#999;
font-size: 200%;
}
.container {
position: relative;
}
#infographic {
width:80%;
display:block;
margin-left: auto;
margin-right: auto;
z-index: 1;
}
#grads{
width: 30%;
position:relative;
top:5%;
left:5%;
}
#subContainer {
display:block;
position: absolute;
top:24%;
left: 51%;
width: 30%;
height: 100%}
#heart{
position: absolute;
top:12%;
width:28%;
}
#eye {
display: block;
position:absolute;
width:23.2%;
top:-3.5%;
}
#watch{
display: block;
position: absolute;
width: 26.5%;
top: 32%;
left: 32%;
}
#shoe{
position: absolute;
width: 67%;
top: 66.2%;
left: 4.5%;
}
h1{
color:#999;
}