-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
118 lines (114 loc) · 1.87 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
body{
margin: 0;
padding: 0;
font-family: 'GFS Didot', serif;
background-color: #eaf7ea;
}
h1 {
color: #575757;
font-size: 50px;
}
h2{
font-size: 30px;
}
p{
color: #575757;
font-size: 20px;
}
section{
height: 520px;
padding-bottom: 100px;
padding-top: 20px;
}
a{
font-size: 20px;
}
.navBar {
background-color: #3f8d74;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
padding-left: 5%;
}
.navBar a {
float: left;
color: #eaf7ea;
text-align: center;
padding: 14px 30px;
text-decoration: none;
font-size: 17px;
}
.half-width{
width: 40%;
margin-left: 5%;
padding-left: 2%;
padding-top: 40px;
float: left;
}
.half-width img{
width: 90%;
}
.text-color{
color: #3f8d74;
}
.style-btn{
text-decoration: none;
background-color: #3f8d74;
color: white;
padding: 10px 20px;
margin-top: 10px;
border-radius: 10px;
}
.about-bg{
background-image: url(images/shapes/7.png);
background-repeat: no-repeat;
background-size: cover;
height: 500px;
}
.recipes-container{
margin-left: 100px;
}
.my-recipes{
text-align: center;
padding: 20px 350px;
}
.card{
height: 500px;
width: 25%;
border-radius: 30px;
float: left;
margin: 25px;
background: #FFFFFF;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
padding: 15px;
}
.container{
height: 250px;
}
.count{
background: #FFFFFF;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
float: left;
display: flex;
flex-direction: row;
margin-left: 10%;
border-radius: 30px;
width: 82%;
align-items: center;
}
.sub-count{
padding-left: 100px;
}
.footer-area{
background-color: #031927;
text-align: center;
height: 150px;
padding: 20px;
}
.footer-area h1 p {
color: white;
}
.fas {
padding-left: 10px;
}