-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_sheet.css
63 lines (51 loc) · 979 Bytes
/
style_sheet.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
@charset 'UTF-8';
.container{
width: 80%;
position: relative;
margin: 80px auto;
}
p{
font-family: 'Source Sans Pro', sans-serif;
font-size: 20px;
font-weight: 400;
color: gray;
}
h2 {
font-weight: 900;
color: #39454b;
}
.img-container{
height: 400px;
width: 400px;
background-image: url('overlay.png'), url('face.png');
background-size: 400px;
border-radius: 100%;
background-repeat: repeat,no-repeat;
background-position: center;
position: relative;
margin: 0px auto;
}
.text-container{
font-family: 'Source Sans Pro', sans-serif;
font-size: 35px;
width: 400px;
position: float;
text-align: center;
margin: 0px auto;
line-height: 13px;
}
.mouth{
width: 400px;
margin: 0px auto;
bottom: 0;
position: absolute;
/* -webkit-transform: -webkit-translate(6px,155px);*/
z-index: 1;
}
.eyes{
width: 400px;
margin: 0px auto;
position: absolute;
/*transform: translate(2px,70px);*/
z-index: 1;
}