-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbenefits.css
More file actions
103 lines (103 loc) · 1.38 KB
/
Copy pathbenefits.css
File metadata and controls
103 lines (103 loc) · 1.38 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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: linear-gradient(#fff, #ffb0b0);
}
body{
text-align: left;
}
a{
text-decoration: none;
color: #ffffff;
}
.navbar{
display: flex;
align-items: center;
left: 20px;
padding: 20px;
background: rgb(220,20,60);
}
nav{
flex: 1;
text-align: right;
}
nav ul{
display: list-item;
list-style-type: none;
}
nav ul li{
display: inline-block;
margin-right: 50px;
}
.active, nav ul li:hover
{
background: #692a2a;
padding: 10px 10px;
border-radius: 2px;
}
.sec-0{
padding: 10px 60px;
}
.sec-1{
padding: 10px 60px;
}
.sec-2{
padding: 10px 60px;
}
.sec-3{
padding: 10px 60px;
}
.sec-4{
padding: 10px 60px;
}
.strap{
padding-left: 500px;
background: #dc143c;
color: #000;
}
/*.navbar{
display: flex;
align-items: center;
left: 20px;
padding: 20px;
background: rgb(220,20,60);
}*/
.body-2{
max-width: 1700px;
padding-left: 25px;
padding-right: 25px;
}
h1{
text-align: center;
color: #ff0000;
}
h1::before{
content: " ";
display: block;
width: 200px;
height: 2px;
background: #ff0000;
position: absolute;
left: 15%;
top: 33.5%;
}
h1::after{
content: " ";
display: block;
width: 200px;
height: 2px;
background: #ff0000;
position: absolute;
right: 15%;
top: 33.5%;
}
h2{
color: #ff3b3b;
}
.body-2{
padding-right: 85px;
padding-left: 85px;
}