-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (49 loc) · 858 Bytes
/
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
body {
background-color: #fdffce;
}
nav {
z-index: 99;
}
.logo {
width: 140px;
}
.navbar-light .navbar-nav .nav-link.active {
color: #E88989;
}
.navbar-light .navbar-nav .nav-link.active:hover {
color: #000000;
}
.btn-outline-danger {
color: #E88989;
border-color: #E88989;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #E88989;
border-color: #E88989;
}
.section1 {
background-image: radial-gradient(#FDFFB6, #FFD6A5, #FFADAD);
}
.text-danger {
color: #E88989!important;
}
.section2 {
background-color: #ffe7e7;
margin-top: -2%;
}
.rounded {
border-radius: 1.5rem!important;
}
.section3 {
background-color: #fff6e9;
margin-top: -2%;
}
.skill{
background-color: #fff;
border-radius: 10%;
}
.section4 {
background-color: #fdffce;
margin-top: -2%;
}