-
Notifications
You must be signed in to change notification settings - Fork 0
/
mairn.css
94 lines (82 loc) · 1.3 KB
/
mairn.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
#container{
margin:auto;
width:90%;
}
body{
background-color: #F5F5F5;
}
.shipping{
color : #0099cc;
text-align:center;
padding-top: 50px;
font-weight:500;
}
.heading{
color: #2D65F3;
}
#product{
position: relative;
width: 300px;
margin-right:2%;
margin-bottom:30px;
background-color: white;
border:1px solid white;
border-radius:5px;
height:450px;
}
#product-row > :last-child{
margin-right: 0px;
}
#shipping{
background-color: #f2f2f2;
height:150px;
width:100%;
min-width: 100%;
overflow: hidden;
}
#product_info{
width:100%;
position:absolute;
bottom:0;
}
#info{
float:left;
margin-left:20px;
font-size:12px;
}
#desc{
font-size:20px;
font-weight:900;
margin-left:20px;
padding-top:20px
}
#price{
margin-left:20px;
}
#button{
vertical-align: baseline;
}
#product-row{
display:flex;
flex-wrap: wrap;
}
#price{
margin-top:20px;
font-size:20px;
font-weight:bold;
}
.atc{
margin-top: 10px;
height: 40px;
width:87%;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
background-color:#fcba03;
border:.5px solid black;
border-radius:5px;
}
.responsive{
width:300px;
height:auto;
}