-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (71 loc) · 1.27 KB
/
style.css
File metadata and controls
84 lines (71 loc) · 1.27 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
body{
text-align: center;
background-color: #e1f7ff;
background-color: white;
}
.container{
background-color: white;
background-image: url("img/bg.png");
background-size: cover;
width: 1100px;
height: 680px;
margin: auto;
border-radius: 20px;
margin-top: 50px;
font-family: 'Karla', sans-serif;
font-weight: 300;
color: #34304a;
position: relative;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mypic{
position: absolute;
width: 300px;
top: 160px;
right: 160px;
background-color: #81b2e4;
border-radius: 50%;
padding: 10px;
}
.info{
text-align: left;
padding: 30px;
width: 430px;
padding-left: 150px;
padding-top: 60px;
}
h3{
padding-top: 30px;
font-size: 40px;
margin:0px;
font-weight: 300;
}
h2{
font-weight: 500;
font-size: 60px;
margin: 0px;
padding: 0px;
}
h4{
font-size: 20px;
margin-top:10px;
font-weight: 300;
margin-bottom: 10px;
}
p{
padding-top: 0px;
color: #636363;
line-height: 1.5;
}
.hobbies{
display: flex;
align-items: center;
font-size: 16px;
color: dimgray;
vertical-align: middle;
margin-bottom: 10px;
}
.icon{
padding-left: 20px;
width: 30px;
}