-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.css
105 lines (89 loc) · 1.76 KB
/
template.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background: linear-gradient(-45deg, #2b014f, #18004d, #1d0156);
background-size: 400% 400%;
margin: 0%;
}
.headLine {
width: 70%;
height: 3px;
background: #fff;
display: block;
margin-left: 15%;
padding: 0px;
}
#pageHeader {
display: flex;
flex-flow: row wrap;
justify-content: left;
align-items: center;
text-align: left;
background-color: rgb(66, 54, 147);
padding-bottom: 25px;
}
.sectionHead {
font-size: 40px;
color: white;
text-align: left;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
width: 100%;
padding-left: 15%;
margin-bottom: 2%;
}
.sectionSubtitle {
font-size: 20px;
font-style: italic;
color: white;
text-align: left;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
width: 100%;
padding-left: 15%;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
#circle {
position: fixed;
top: 50px;
left: 20px;
z-index: 1000px;
}
#back {
width: 50px;
height: auto;
display: inline;
}
.navMenu {
width: 100%;
align-self: center;
}
.navMenu a {
color: #f6f4e6;
text-decoration: none;
font-size: 1.2em;
text-transform: uppercase;
font-weight: 500;
display: inline-block;
width: 200px;
text-align: center;
}
.navMenu a:hover {
color: #fddb3a;
}
.dot {
margin-bottom: 3%;
}
#producebleSide {
display: inline;
width: 30%;
margin: 3%;
margin-left: 7%;
}