-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
149 lines (149 loc) · 2.5 KB
/
style.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
body{
font-family: 'Poppins', sans-serif;
margin: 0;
}
.orange-color{
color: orange;
}
.flexible-container{
display: flex;
margin-bottom: 110px;
}
.skip-diet{
width: 50%;
padding-left: 5%;
}
.skip-diet img{
width: 90%;
}
.skip-diet h1{
font-size: 56px;
color: rgb(71, 70, 70);
}
.skip-diet p{
color: dimgray;
font-size: 20px;
}
.target-button{
text-decoration: none;
background-image: linear-gradient(to top right, orange, #ff4500);
color: white;
font-weight: 900;
padding: 15px 35px;
border-radius: 100px;
}
.about-me{
background-image: url(images/about-bg.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center;
}
#about-female img{
width: 66%;
}
.about-blog{
padding-top: 5%;
padding-right: 5%;
}
.about-blog h2{
font-size: 36px;
color: rgb(71, 70, 70);
}
.all-recipies{
text-align: center;
width: 60%;
margin: 0 auto;
}
.all-recipies h2{
font-size: 36px;
color: rgb(71, 70, 70);
}
.all-recipies p{
color: dimgray;
font-size: 20px;
}
.all-foods{
box-shadow: 5px 7px 40px gray;
margin: 10px 20px;
padding-top: 18px;
border-radius: 20px;
}
.food-items img{
width: 90%;
padding-left: 5%;
}
.food-items h3{
width: 90%;
padding-left: 5%;
}
.food-items p{
width: 90%;
padding-left: 5%;
padding-bottom: 10px;
}
.subscribe-container h2{
text-align: center;
color: dimgray;
font-size: 36px;
}
.mail-password{
text-align: center;
padding-bottom: 95px;
}
.mail-password input{
padding: 15px 80px;
font-size: 20px;
}
#log-in-button{
padding: 15px 170px;
font-size: 20PX;
font-weight: 700;
color: white;
background-color: orangered;
border: none;
cursor: pointer;
}
.contact-container h2{
text-align: center;
font-size: 36px;
}
.deep-orange{
color: orangered;
}
.info-container{
display: flex;
width: 70%;
margin: auto;
text-align: left;
padding-bottom: 80px;
}
.info-box{
box-shadow: 5px 7px 40px gray;
margin: 10px 20px;
padding: 25px 20px;
width: 210px;
height: 120px;
border-radius: 8px;
}
.info-box h3{
margin: 0;
font-size: 26px;
font-weight: 500;
}
footer{
background-color: #040707;
}
.food-foot{
padding-top: 50px;
padding-bottom: 80px;
}
.food-foot h2{
color: rgb(73, 69, 69);
text-align: center;
font-size: 36px;
}
.food-foot p{
color: white;
text-align: center;
font-size: 20px;
}