-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (37 loc) · 824 Bytes
/
style.css
File metadata and controls
48 lines (37 loc) · 824 Bytes
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
/* FONTS */
@font-face {
font-family: 'Tektur';
src: url(Font/Tektur/static/Tektur-Regular.ttf) format(truetypefont);
font-family: 'poppins';
src: url(Font/Poppins/Poppins-Regular.ttf) format(truetypefont);
font-family: 'Shadow';
src: url(Font/Shadows_Into_Light/ShadowsIntoLight-Regular.ttf) format(truetypefont);
}
/* MY STYLE */
.jumbotron {
padding-top: 6rem;
background-color: #e2edff;
font-family: 'Poppins',cursive;
}
.projects {
background-color: #e2edff;
font-family: 'Shadows', cursive;
}
section {
padding-top: 5rem;
}
.navbar {
font-family: 'Tektur';
}
.card-text a {
color: black;
text-decoration: none;
}
.card-text a {
color: black;
text-decoration: none;
}
.card-text a:hover {
color: blue;
text-decoration: underline;
}