-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
81 lines (77 loc) · 1.35 KB
/
style.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
70
71
72
73
74
75
76
77
78
79
80
81
body{
text-align: center;
position: relative;
font-family: san-sarif;
}
.top{
background-color: #C37B89;
}
.bottom-image{
position:absolute;
left: 200px;
}
h1{
width: 450px;
margin: 0 auto 0 auto;
font-family: 'Sacramento', san-sarif;
font-size: 100px;
}
h2{
font-family: 'Montserrat', sans-serif;
font-size: 40px;
color: #66BFBF;
}
h3{
color: #66BFBF;
}
.top-image{
margin-top: 30px;
position:relative;
left: 500px;
}
span{
text-decoration: underline;
}
.profile_image{
height: 240px;
width: 240px;
border-radius: 100%;
margin-top: 50px;
}
.profile{
margin-bottom: 50px;
}
.skill-image1{
height: 25%;
width: 25%;
border-radius: 100%;
float: left;
margin-right: 30px;
}
.skill-image2{
height: 25%;
width: 25%;
border-radius: 100%;
float: right;
margin-left: 40px;
}
.bottom-container{
background-color: rgb(82, 213, 253);
margin-top: 30px;
height: 100px;
position: relative;
}
.footer-link{
margin-top: 50px;
text-decoration:none ;
padding: 10px;
top: 10px;
font-size: 20px;
color: rgb(248, 248, 247);
}
.skill-row{
width: 50%;
margin-bottom: 300px;
margin: 100px auto 200px auto;
text-align: left;
}