-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
58 lines (45 loc) · 912 Bytes
/
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
.kalam-light {
font-family: "Kalam", cursive;
font-weight: 300;
font-style: normal;
}
.kalam-regular {
font-family: "Kalam", cursive;
font-weight: 400;
font-style: normal;
}
.kalam-bold {
font-family: "Kalam", cursive;
font-weight: 700;
font-style: normal;
}
.abtme {
width: 200px;
border: 2px solid #f20089;
border-radius: 10px;
}
/* .abtme img {
width: 100%;
transition: transform 0.3s ease; /* Smooth transition */
/* } */
.abtme:hover {
transform: scale(1.1); /* Slightly increases size on hover */
}
#Projects {
padding: 0 40px;
color: #e4d9ff;
}
body {
margin: 30px;
font-family: kalam, sans-serif;
background: #1e2749;
color: #6bbaec;
text-shadow: 0px 0px 4px black;
background: linear-gradient(#1e2749, #7209b7, #6bbaec);
}
footer {
color: black;
}
.underline {
border-bottom: 2px solid #231942; /*2d00f7 */
}