-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
126 lines (109 loc) · 1.8 KB
/
styles.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
125
126
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: white;
}
nav {
padding: 20px;
text-align: right;
margin:50px;
}
nav a {
color: #1c1c1c;
padding-left: 20px;
padding-right: 20px;
font-size: 25px;
}
nav .logo {
float: left;
text-decoration: none;
}
.first {
color: #1c1c1c;
text-align: center;
margin: 90px;
}
.biggerfont {
font-size: 30px;
}
.banner {
background-image: url(image1.jpg);
background-size: contain;
height: 50vh;
background-position-x: center;
}
.second {
text-align: center;
margin: 30px;
}
.list {
text-align: left;
}
footer {
color: #1c1c1c;
text-align: center;
margin: 30px;
}
.fa {
padding: 20px;
font-size: 300px;
margin: 20px;
text-align: center;
text-decoration: none;
}
.fa-facebook {
background: #1c1c1c;
color: white;
}
.fa-twitter {
background: #1c1c1c;
color: white;
}
.fa-instagram {
background: #1c1c1c;
color: white;
}
.yogurtoptions {
background-color: pink;
color: blue;
color: purple;
margin: 50px;
}
.contact-info {
font-family: Arial, sans-serif;
background-color: #F9F6F2;
margin: 0;
padding: 20px;
}
.contact-label {
font-weight: bold;
color: purple;
display: block;
margin-bottom: 10px;
}
.contact-info {
background-color: pink;
border-radius: 10px;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
margin-bottom: 40px;
}
.h1 {
color: purple;
text-align: center;
margin-bottom: 40px;
}
.center {
margin: 50px;
text-align: center;
}
.center1 {
text-align: center;
}
.center2 {
text-align: center;
}
.yummyyogurt {
background-color: pink;
padding: 20px;
}