-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathavada_mock.css
107 lines (90 loc) · 1.53 KB
/
avada_mock.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
/*header*/
.signUp {
background-color: black;
margin: -1px 0 20px;
padding: 10px 0 0 0;
width: 100%;
height: 130px;
}
.firstOrder {
color: white;
text-align: center;
font-family: 'Lexend Deca', sans-serif;
font-size: 18px;
}
.terms {
color: white;
margin: 10px;
}
.terms:hover {
cursor: pointer;
color: gray;
}
.enterEmail {
font-family: 'Lobster', cursive;
width: 250px;
margin-left: 30px;
height: 24px;
font-size: 14px;
}
.submit {
font-family: 'Lobster', cursive;
background-color: pink;
width: 80px;
font-size: 16px;
}
.submit:hover {
color: grey;
cursor: pointer;
}
.vegan {
color: pink;
text-align: center;
font-family: 'Lexend Deca', sans-serif;
}
/*main body*/
.contact {
margin-left: 20px;
}
.buttons {
font-family: 'Lobster', cursive;
font-size: 12pt;
width: 120px;
border-radius: 20px;
background-color: pink;
}
.buttons:hover {
color: grey;
cursor: pointer;
}
h1 {
text-align: center;
font-family: 'Abril Fatface', cursive;
font-size: 2.5em;
}
ul {
text-align: center;
}
li, a {
list-style-type: none;
display: inline;
font-family: 'Abril Fatface', cursive;
color: black;
padding: 3px;
}
li:hover {
color: pink;
cursor: pointer;
}
/*images*/
.salon {
width: 100%;
height: auto;
max-width: 1200px;
max-height: 700px;
margin-left: auto;
margin-right: auto;
display: block;
border: 9px solid pink;
border-radius: 5px;
}