-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
125 lines (119 loc) · 2.02 KB
/
main.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
*{
margin: 0px;
padding: 0px;
}
header{
width: 100%;
height: 100vh;
background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.2)), url(beach.jpeg);
background-size: cover;
font-family: sans-serif;
}
#navbar{
display: flex;
}
#logo{
color: white;
padding: 10px 20px;
font-size: 1.5rem;
letter-spacing: 2px;
}
#menu1{
color: white;
text-decoration: none;
padding: 10px 20px;
font-weight: bold;
margin-left: 7rem;
}
#menu2{
color: white;
text-decoration: none;
padding: 10px 20px;
font-weight: bold;
}
#menu3{
color: white;
text-decoration: none;
padding: 10px 20px;
font-weight: bold;
}
#menu4{
color: white;
text-decoration: none;
padding: 10px 20px;
font-weight: bold;
}
#menu5{
color: white;
text-decoration: none;
padding: 10px 20px;
font-weight: bold;
}
#reg{
padding: 10px 20px;
border-radius: 5px;
font-size: 20px;
background-color: indianred;
color: white;
margin-left: 7rem;
margin-top: .5rem;
}
.text{
letter-spacing: 5px;
color: white;
text-align: center;
margin-top: 40%;
margin-left: 47%;
}
.head{
font-size: 2rem;
color: white;
text-align: center;
margin-top: 1rem;
}
.butt{
text-decoration: none;
background-color: indianred;
color: white;
border-radius: 5px;
padding: 10px 20px;
letter-spacing: 5px;
margin-left: 40%;
}
.mid{
margin-top: 2rem;
}
.plan{
font-family: sans-serif;
margin-left: 2%;
font-size: 1rem;
color: grey;
}
.next{
margin-top: 2%;
margin-left: 2%;
font-weight: bold;
font-size: 3rem;
}
.second_section{
display: flex;
justify-content: center;
align-items: center;
justify-content: space-between;
margin-top: 3rem;
}
.box1 img{
height: 25rem;
width: 25rem;
border-radius: 1rem;
}
.box2 img{
height: 25rem;
width: 25rem;
border-radius: 1rem;
}
.box3 img{
height: 25rem;
width: 25rem;
border-radius: 1rem;
}