-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
124 lines (115 loc) · 2.04 KB
/
main.css
File metadata and controls
124 lines (115 loc) · 2.04 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
* {
margin: 0;
padding: 0;
}
body {
background-color: white;
}
header {
position: sticky;
top: 0;
background-color: #d8dee9;
text-align: right;
padding-right: 12px;
}
header li {
text-transform: uppercase;
display: inline-block;
font-size: 15px;
padding: 5px;
}
header li:hover {
background-color: #a3be8c;
}
a, a:visited, a:link, a:hover {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
h1 {
padding-top: 1em;
color: #3b4252;
font-size: 38px;
font-family: 'Roboto Slab';
text-transform: uppercase;
}
.title {
background-color: #eceff4;
font-family: 'Roboto Slab';
}
.tea-images {
padding-top: 20px;
display: block;
}
.main-box {
display: flex;
flex-wrap: wrap;
}
.tea-image-box {
padding: 50px;
}
.tea-image {
padding: 0px 10px 0 10px;
}
.tea-text-box {
padding: 40px 10px 10px 40px;
}
.tea-text {
padding: 0px 10px 0px 10px;
font-family: 'Roboto Slab';
color:#4c566a;
font-size: 35px;
}
.tea-subtext {
padding: 0px 10px 0px 10px;
font-size: 11px;
color: #4c566a;
}
.tea-desc {
padding: 20px 10px 0px 10px;
text-decoration: dashed;
color: #434c5e;
}
.tea-price {
font-family: 'Roboto Slab';
padding: 170px 10px 0px 10px;
font-size: 25px;
font-weight: bold;
color: #d08770
}
.tea-price-alt {
padding: 0px 10px 0px 10px;
font-size: 11px;
font-style: italic;
color:#4c566a;
}
.contact-title-box {
padding : 35px 0px 20px 60px;
font-family: 'Roboto Slab';
font-size: 20px;
}
.contact-form-box {
padding : 10px 10px 20px 60px;
font-family: 'Roboto Slab';
font-weight: 100;
display: flex;
flex-wrap: wrap;
}
.input, .input-message {
padding: 10px 50px 10px 10px;
font-size: 15px;
border: solid 2px #d08770
}
.input-message {
padding: 10px 601px 100px 10px;
}
.button-box {
padding: 20px 0px 10px 0px;
}
.button {
padding: 10px 20px 10px 20px;
font-size: 15px;
border: solid 1px #4c566a
}