-
Notifications
You must be signed in to change notification settings - Fork 0
/
w.css
89 lines (78 loc) · 1.17 KB
/
w.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
.art
{
margin-top: 60px;
width: 70%;
margin-left: auto;
margin-right: auto;
}
.art > img
{
width: 100%;
display: block;
clear: both;
}
.des1
{
font-size: 30px;
font-weight: 300;
}
.des2
{
font-size: 20px;
font-weight: 400;
}
.des3
{
font-size: 15px;
font-weight: 300;
}
.midpanelxd
{
width: 60%;
height: 100px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.midimgxd
{
margin-left: auto;
margin-right: auto;
display: block;
width: 60%;
height: auto;
padding-bottom: 20px;
border: 1px solid black;
box-shadow: 0px 0px 4px #000000;
background-color: #F8F9FB;
}
.detailscontainer
{
width: 100%;
display: block;
/* display: flex;
flex-direction: column; */
}
.detailscontainer input
{
width: 100px;
}
.details
{
width: 100%;
text-align: left;
padding-left: 15px;
padding-right: 15px;
}
@media (max-width:750px)
{
.midpanelxd
{
width: 100%;
}
.midimgxd
{
width: 100%;
}
}