-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
111 lines (101 loc) · 2.01 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
body{
margin: 0;
padding: 0;
font-family:'Montserrat', sans-serif;
}
.header{
text-align: center;
padding-top: 20px;
}
.header a{
text-decoration: none;
color: black;
padding: 20px 40px;
margin: 0 10px;
font-size: 18px;
display: inline-block;
}
h1{
font-size: 50px;
font-weight: 900;
}
h2{
font-size: 30px;
font-weight: bold;
}
.hero_color{
color: orange;
}
.top_section{
display: flex;
padding: 4%;
}
.half_width{
width: 50%;
padding: 2%;
}
.text{
padding-top: 150px;
}
.btn{
background-image: linear-gradient(45deg, orange, tomato );
padding: 15px 40px;
text-decoration: none;
border-radius: 50px;
font-size: 16px;
color: white;
font-weight: 600;
margin-top: 20px;
display: inline-block;
}
.background{
background-image: url(images/shapes/7.png);
background-repeat: no-repeat;
}
.me_images{
width: 57.5%;
margin-left: 20%;
}
.my_recipies{
text-align: center;
width: 50%;
margin: auto;
}
.receipe{
height: 500px;
width: 30%;
text-align: justify;
padding: 10px;
margin-right: 20px;
margin-left: 20px;
box-shadow: 3px 3px 20px gray;
border-radius: 25px;
}
.receipe img{
height: 280px;
width: 350px;
}
.follower{
margin: auto;
width: 82%;
border-radius: 25px;
box-shadow: 2px 2px 15px gray;
margin-bottom: 100px;
margin-top: 50px;
}
.shot{
width: 30%;
padding-left: 9%;
}
footer{
text-align: center;
background-color: black;
color: white;
padding: 50px;
}
.gallery{
text-align: center;
}
.pic{
margin: 70px;
}