-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext.css
112 lines (102 loc) · 1.49 KB
/
ext.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
112
#updiv
{
padding-top:0.1cm;
background:transparent;
color:black;height:30px;
text-align:right;
}
#div2
{
padding-bottom:0.1cm;
background-color:slategray;
color:white;height:90px;
text-align:center;
font: italic bold 30px Georgia, serif;
}
#div3
{
padding-top:0.1cm;
padding-bottom:0.3cm;
background:transparent;
color:white;height:40px;
text-align:center;
}
#div4
{
padding-top:0.1cm;
padding-bottom:0.3cm;
background:transparent;
color:black;
height:10px;
width:250px;
text-align:center;
}
.ref
{
font-size:20px;
font-family:Arial;
color:black;
}
.ref:hover {
color:blue;
}
.but
{
background-color:gainsboro;
color:black;
text-align:center;
height:30px;
width:80px;
border:1px solid black;
}
.but:hover {
color:darkgray;
}
.card {
float:right;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 320px;
max-height: 600px;
margin-left:50px;
margin-bottom:20px;
text-align: center;
font-family: arial;
background-color: whitesmoke;
}
.price {
color: grey;
font-size: 22px;
}
.card button {
border: none;
outline: 0;
padding: 12px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
.card button:hover {
opacity: 0.7;
}
.row1:after {
content: "";
display: table;
clear: both;
}
.column1{
float: left;
width: 800px;
padding: 10px;
height: 400px;
margin: 20px
}
.row1 {
content: "";
display: table;
clear: both;
margin: 10px;
padding:0px;
}