-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
70 lines (61 loc) · 1.13 KB
/
styles.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
.more {
text-align: center;
}
.bgimage {
height:100vh;
background: url('./images/background.jpg');
background-size:cover;
position:relative;
}
.profile_title {
font-size: 4.5rem;
}
.profile_desc {
font-size: 2rem;
}
.profile_text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #E48586;
}
.imageAboutPage {
width: 100%;
height: 100%;
border-radius: 50%;
}
.skillsText.card {
height: 280px;
cursor: pointer;
}
.skillsIcon {
font-size: 36px;
text-align: center;
width: 100%;
}
.card-title {
text-align: center;
}
.card:hover .skillsIcon {
color: #008000;
}
.card-img-top {
height: 250px;
}
.skillsText:hover {
border: 1px solid #008000;
}
.navbarScroll.navbarDark {
/* background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); */
background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
/* background-color: black; */
}
#footer {
background-color: whitesmoke;
}
#about, #skills, #portfolio {
margin-top: 4rem;
padding-top: 4rem;
}