-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.css
115 lines (98 loc) · 1.6 KB
/
Home.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
@charset "UTF-8";
/* Top Nav */
.topnav {
overflow: hidden;
background-color: #333;
position: relative;
}
.topnav #myLinks {
display: none;
text-align: right;
}
.topnav a {
color: white;
padding: 8px 16px;
text-decoration: none;
font-size: 20px;
display: block;
}
.topnav a.icon {
background: black;
display: block;
position: absolute;
right: 0;
top: 0;
}
.active {
background-color: #05C4FC;
;
}
/* Body */
body {
font-family: source-sans-pro;
background-color: #f2f2f2;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-style: normal;
font-weight: 500;
}
#home {
font-weight: 500;
}
#booking-title {
text-align: center;
}
h2 {
text-align: left;
}
/* About Section */
#about {
width: 100%;
display: inline-block;
background-color: #FFFFFF;
margin-top: 0px;
padding-left: 48px;
padding-right: 48px;
}
.Benefits-of-lessons {
padding-left: 48px;
padding-right: 48px;
}
/* Footer*/
.button {
width: 600px;
margin-top: 40px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
padding-top: 20px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
text-align: center;
vertical-align: middle;
border-radius: 0px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
border: 3px solid #FFFFFF;
color: #FFFFFF;
transition: all 0.3s linear;
}
.footer_banner {
background-color: #8DDCF8;
padding-top: 1px;
padding-bottom: 20PX;
padding-left: 48px;
padding-right: 48px;
margin-bottom: 0px;
}
.Signup_Title{
padding-top: 20px;
padding-bottom: 15px;
}
.Email_Field{
padding-bottom: 15px;
}