-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
108 lines (94 loc) · 1.42 KB
/
index.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
*{padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body{
background-color:#F3E5D8;
display: flex;
justify-content: center;
align-items: center;
height: 110vh;
padding-top: 800px;
padding-bottom: 800px;
color: rgba(0, 0, 0, 0.704);
}
.box{
background-color: #fff;
padding: 40px;
display: flex;
justify-content: center;
flex-direction: column;
width: 80%;
border: none;
border-radius: 25px;
/* margin-top: 200px; */
}
.box img{
width: 100%;
height:350px;
border: none;
border-radius: 50px;
padding: 10px;
padding-top: 30px;
padding-bottom: 20px;
object-fit: cover;
}
.unorder{
margin-top: 16px;
margin-bottom: 20px;
background-color: #FFF7FC;
border: none;
border-radius: 10px;
line-height: 1.5;
}
h3{
color: #6D3149;
}
ul{
padding-left: 20px;
}
h1{
padding-bottom: 20px;
color: black;
}
.ingre{
line-height: 1.5;
margin-bottom: 15px;
}
h2{
color: #724438;
padding-bottom: 15px;
}
.ins{
margin-top: 15px;
margin-bottom: 15px;
}
ol li{
padding: 5px;
}
.nutrition{
margin-top: 15px;
margin-bottom: 15px;
display: flex;
flex-direction: column;
}
.nutrition span{
padding-top: 10px;
padding-bottom: 15px;
line-height: 2;
}
table{
width: 100%;
border-collapse: collapse;
}
td,th{
padding: 10px;
text-align: left;
border-top: 1px solid rgba(0, 0, 0, 0.251);
}
td,th{
}
td{
color: #724438;
}