-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
82 lines (66 loc) · 1.21 KB
/
main.css
File metadata and controls
82 lines (66 loc) · 1.21 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
74
75
76
77
78
79
80
81
82
#header {
position: fixed;
height: 50px;
display: flex-end;
width: 100%;
background: #333;
z-index: 9;
text-align: right;
padding: 20px 0 0 0;
}
.nav-link {
justify-content: space-around;
margin: 40px;
text-decoration: none;
color: white;
margin: 40px;
padding: 0px 0 0 10px;
}
.nav-links {
display: flex;
font-size: 24px;
list-style: none;
text-align: right;
justify-content: flex-end;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 4rem;
color: white;
}
.homePage {
background: url("/assets/HomePhoto.jpg");
background-size: cover;
text-align: center;
}
.homePage h1 {
margin-top: -200px;
}
.homePage h3 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: white;
font-size: 20px;
margin-top: -40px;
}
.contactPage {
background-color: #212128;
background-size: cover;
}
.contactPage h1 {
color: white;
height: 50%;
width: 50%;
float: right;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}
.projectPage {
background-color: #545457;
background-size: cover;
}
span {
background: white !important;
font-family: 'Montserrat';
}
/*# sourceMappingURL=main.css.map */