-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
73 lines (59 loc) · 1.08 KB
/
style.css
File metadata and controls
73 lines (59 loc) · 1.08 KB
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
.body {
background-color: rgb(224, 246, 251);
padding-bottom: 7rem;
padding-top: 5rem;
}
#glass {
background-color: rgb(224, 245, 255);
border-radius: 1rem;
}
#about {
background-color: rgb(190, 236, 248);
}
.card1 {
background-color: rgb(230, 250, 255);
}
.sec {
background-color: rgb(213, 245, 253);
}
.card-img-top {
height: 12rem;
}
#marque {
font-size: 2rem;
font-family: monospace;
font-style: initial;
font-weight: 2rem;
background-color: rgb(59, 64, 65);
color: white;
border: 0.1rem solid rgb(52, 113, 109);
}
.copy {
color: rgb(212, 11, 11);
margin-left: 2rem;
}
.copy:hover {
color: rgb(255, 255, 255);
}
.social {
text-decoration: none;
width: 3rem;
border: 0.2rem solid rgb(255, 255, 255);
}
.footer {
background-color: rgb(56, 62, 64);
}
.aboutpro {
width: 10rem;
height: 13rem;
padding-bottom: 2rem;
}
#skill {
color: rgb(83, 10, 10);
font-size: 1.21rem;
}
.nav-link:hover {
background-color: rgb(22, 19, 19);
cursor: pointer;
border: solid white;
}