forked from compgirl123/eCommerceFrontEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct-css.css
executable file
·74 lines (67 loc) · 1.09 KB
/
product-css.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
.register{
padding: 10%;
}
.form {
position: relative;
z-index: 1;
background: #FFFFFF;
max-width: 360px;
margin: 0 auto 100px;
padding: 35px;
text-align: center;
}
.h2{
position:relative;
text-align: center;
}
.form input {
background: #cdcdd2;
width: 100%;
border: 0;
margin: 0 0 10px;
padding: 10px;
box-sizing: border-box;
}
.form button {
outline: 0;
background: #606aa2;
width: 100%;
border: 0;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
}
.form .message {
margin: 10px 0 0;
color: #b3b3b3;
font-size: 12px;
}
.form .message a {
color: #606aa2;
}
body {
background: #cdcdd2;
}
.productbox {
background-color:#ffffff;
padding:20px;
margin-bottom:10px;
margin:1%;
border-style: solid;
border-color: grey;
-webkit-box-shadow: 0 8px 6px -6px #999;
-moz-box-shadow: 0 8px 6px -6px #999;
box-shadow: 0 8px 6px -6px #999;
}
.producttitle {
font-weight:bold;
padding:5px 0 5px 0;
}
.productprice {
border-top:1px solid #dadada;
padding-top:5px;
}
.pricetext {
font-weight:bold;
font-size:1.4em;
}