-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
70 lines (63 loc) · 1.06 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
body {
background-color: #323441;
}
a img {
width: 350px;
border: 2px solid #323441;
margin: 20px;
z-index: -1 !important;
}
.container {
width: 100%;
}
.fab {
margin-right: 1rem;
color: #f6f4ea;
}
.row {
background-color: #e4ddd3;
}
#contact {
margin: 2%;
}
#navbar {
position: fixed;
width: 100%;
background-color: #d74850 !important;
font-family: Raleway;
font-weight: 700;
z-index: 1;
}
#welcome-section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
color: #e4ddd3;
width: 100%;
height: 100vh;
background-color: #323441;
background-image: linear-gradient(62deg, #3a3d40 0%, #181719 100%);
}
#welcome-section p {
border-left: 5px solid #e4ddd3;
padding-left: 5px;
font-size: 3em;
font-family: Raleway;
font-weight: 700;
margin-left: 10%;
}
#projects {
width: 100%;
margin-bottom: 20px;
}
#profile-link {
text-align: center;
margin-bottom: 0px;
color: #f6f4ea;
}
@media (min-height: 800px) {
p {
font-size: 10px;
}
}