-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
128 lines (123 loc) · 2.18 KB
/
style.css
File metadata and controls
128 lines (123 loc) · 2.18 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
body {
display: contents;
}
.navbar {
width: 100%;
height: 34px;
background-color: black;
color: white;
font-size: 16px;
padding: 28px 17px;
display: flex;
justify-content: space-around;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
margin-bottom: 0px;
}
.a-items {
text-decoration: none;
color: white;
margin-left: 25px;
}
.a-items:hover {
color: green;
}
.main {
width: 100%;
height: 567px;
background-color: rgb(41, 65, 171);
margin-top: 0px;
text-align: center;
align-content: baseline;
color: #1ed760;
}
.headline-1 {
font-size: 100px;
line-height: 166px;
font-weight: 900;
position: relative;
left: -130px;
}
.headline-2 {
font-size: 100px;
line-height: 0px;
font-weight: 900;
position: relative;
left: 80px;
top: -30px;
}
.button-box {
width: 150px;
height: 30px;
background-color: #1ed760;
padding: 7px 15px;
position: relative;
top: 20px;
border-radius: 24px;
font-weight: 700;
color: #2941ab;
}
.button-box:hover {
width: 160px;
height: 35px;
}
.sub-main {
display: flex;
justify-content: space-around;
position: relative;
background-color: black;
color: white;
height: 250px;
font-family: Arial, Helvetica, sans-serif;
padding: 50px 80px;
}
.sub-position-1 {
font-size: 35px;
}
.sub-position-2{
display: flex;
flex-direction: column;
position: relative;
left: -50px;
font-size: 18px;
bottom: -5px;
line-height: 35px;
}
.sub-items {
text-decoration: none;
color: white;
}
.sub-items:hover {
color: #1ed760;
}
.sub-icons {
margin-right: 20px;
font-size: 35px;
}
.footbar {
width: 100%;
height: 50px;
background-color: black;
color: gray;
position: relative;
}
.footnav {
float: right;
margin-right: 5px;
justify-self: baseline;
}
.footnav-item {
text-decoration: none;
color: gray;
margin-right: 20px;
}
.footnav-item:hover{
color: #1ed760;
}
.footnav-2 {
display: flex;
justify-items: space-betweens;
margin-left: 100px;
position: relative;
bottom: -22px;
}