-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproductpage.css
More file actions
117 lines (106 loc) · 2 KB
/
Copy pathproductpage.css
File metadata and controls
117 lines (106 loc) · 2 KB
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
#navbar1{
position: sticky;
top: 0;
}
#show{
width: 80%;
margin: auto;
height: auto;
margin-top: 50px;
display: grid;
grid-template-columns: repeat(2,50%);
grid-template-rows: repeat(3,600px);
}
.main_img{
width: 500px;
height: 500px;
margin-left: 50px;
}
body{
background-image: url(https://cdn.shopify.com/s/files/1/0449/5225/6667/files/jazz-bg-texture-min_1.jpg?v=1616673456);
}
.nam{
font-size: 40px;
font-weight: bold;
color: rgb(34,34,34);
}
.des{
font-size: 18px;
font-family: PT Sans,sans-serif;
padding-top: 30px;
line-height: 25px;
}
.loca{
font-size: 19px;
padding-top: 27px;
}
.wei{
font-size: 19px;
padding-top: 27px;
}
.pri{
padding-top: 33px;
font-size: 55px;
font-family: Arial, Helvetica, sans-serif;
color: rgb(211,85,0);
}
.btn{
padding: 10px 20px;
margin-top: 35px;
background: rgb(219, 212, 212);
border-radius: 20px;
border: none;
font-size: 20px;
cursor: pointer;
transition: 0.7s;
}
.btn:hover{
background-color: black;
color: white;
}
.prom{
font-size: 40px;
font-weight: bolder;
font-family: sans-serif;
margin-top: 200px;
margin-left: 60px;
}
.des2{
font-size: 20px;
margin-left: 60px;
padding-top: 30px;
font-family: sans-serif;
}
.img2{
width: 90%;
height: 80%;
margin-top: 50px;
}
.img3{
width: 75%;
height: 110%;
margin-left: 100px;
margin-top: -150px;
}
.health{
font-size: 50px;
font-weight: bolder;
font-family: sans-serif;
color: rgb(34,34,34);
margin-top: 30px;
}
.des3{
font-size: 25px;
font-family: sans-serif;
margin-top: 50px;
}
.nutrition{
background-color: red;
width: 380px;
border-radius: 5px;
font-size: 25px;
margin-top: 30px;
font-family: sans-serif;
font-weight: bold;
color: white;
}