-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
74 lines (73 loc) · 1.6 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
71
72
73
74
.myclass{
color: blue;
}
.bi bi-star-fill{
color: orange;
}
.footer{
width: 100% !important;
height: 200px !important;
bottom: 0;
position: absolute !important;
}
#MyPicture{
width: 150px;
padding: 0%;
}
.header{
padding: 2rem;
}
.changeColor:hover{
background-color:#112240;
}
@font-face {
font-family: "HeaderFont";
src: url(/Fonts/Calibre-Medium.woff2) format("woff2");
}
@font-face {
font-family: "BodyFont";
src: url('/Fonts/Calibre-SemiboldItalic.woff2') format('woff2');
}
.headerFont{
font-family: "HeaderFont";
color: #e5e7eb;
font-weight: bold;
text-align: center;
margin-bottom: 0px;
}
.bodyTitleFont{
font-family: "bodyFont";
color: #e5e7eb;
font-style: italic;
text-align: center;
}
.label-zoom:hover {
transform: scale(1.5); /* Adjust the scale factor as needed */
transition: transform 0.3s ease; /* Add a smooth transition effect */
}
.arrow {
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #333; /* Adjust the color as needed */
}
.menuLinks:hover{
color: #64ffda;
}
.gradient-border {
margin-top: 2rem;
border: 1px solid transparent; /* Set the width of the border */
border-image: linear-gradient(to right, #ff7e5f, #feb47b); /* Define the gradient colors */
border-image-slice: 1; /* Make the entire border use the gradient */
}
.socialNetwork{
width: 40px;
height: 40px;
margin-right: 2rem;
margin-left: 1rem;
}
#aboutMe{
text-align: center;
color: #e5e7eb;
}