-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
104 lines (82 loc) · 1.42 KB
/
Copy pathstyle.css
File metadata and controls
104 lines (82 loc) · 1.42 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
h1 {
font-size: 30px;
margin-bottom: 40px;
margin-top: 40px;
position: center;
text-align: center;
}
h2 {
margin: 0;
font-size: 30px;
text-align: left;
margin-bottom: 40px;
text-align: center;
}
header {
display: flex;
justify-content: flex-end;
align-items: center;
padding: 10px 10%;
background-color: #4e8397;
}
nav ul {
margin-left: 90px;
}
nav ul li {
display: inline-block;
padding: 20px;
}
nav ul li a {
text-transform: uppercase;
text-decoration: none;
color: #b39cd0;
font-size: 20px;
font-weight: bold;
transition: all 0.4s ease 0s;
}
.styleBeforeHome {
font-size: 20px;
font-weight: 300;
text-align: center;
}
.styleAfterHome {
font-size: 50px;
font-weight: 900;
text-align: center;
}
.styleBeforeFeatures {
font-size: 20px;
font-weight: 300;
text-align: center;
}
.styleAfterFeatures {
font-size: 50px;
font-weight: 900;
text-align: center;
}
.styleBeforePricing {
font-size: 20px;
font-weight: 300;
text-align: center;
}
.styleAfterPricing {
font-size: 50px;
font-weight: 900;
text-align: center;
}
section, p {
text-align: center;
padding: 10px;
font-size: 20px;
font-weight: 300;
}
footer {
justify-content: flex-end;
padding: 20px 10%;
background-color: #4e8397;
font-size: 50px;
text-align: center;
color: #b39cd0;
font-size: 20px;
font-weight: bold;
}