-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme_css.css
65 lines (50 loc) · 1.26 KB
/
aboutme_css.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
.bgimage {
height:100vh;
background-image: url('blue-background.gif');
background-size:cover;
position:relative;
}
.hero_desc {
font-size: 2rem;
font-family: 'Lemon Jelly Personal Use', sans-serif;
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
}
#profilepic {
border-radius: 50%;
height: 200px;
width: auto;
margin-top: 20px;
margin-bottom: 50px;
}
.imageAboutPage {
width: 80%;
margin-left: 50px;
}
#about {
padding-top: 1.5rem;
}
.about_btn {
background-color: #842afab2;
padding: 10px 250px;
border: solid #842afab2 2px;
margin-bottom: 30px;
}
#skill {
padding-top: 1.5rem;
text-align: center;
}
#skill li {
list-style-type:none;
}
.skill_btn {
background-color: #3b92f0b2;
padding: 10px 90px;
border: solid #3b92f0b2 2px;
}