-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
134 lines (115 loc) · 2.03 KB
/
style.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
*{
box-sizing: border-box;
}
.column{
display: grid;
}
body{
margin: 2;
background-color:whitesmoke;
}
header{
display: flex;
font-size: 1rem;
justify-content: center;
margin-top: 0px;
background-color:whitesmoke;
}
header p{
color:rgb(0, 0, 0);
/*border: 8px solid whitesmoke;*/
padding: 6px;
padding-top: 8px;
display: inline-block;
text-decoration: underline black 4px;
text-align: center;
margin-top: 1rem;
margin-bottom: 1rem;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif ;
font-weight: 600;
font-size: 50px;
}
.row{
margin-top: 3rem;
display: flex;
flex-wrap: wrap;
padding: 2px 4px;
}
.column{
flex: 30%;
padding: 5px 20px;
border: orangered;
}
.column img{
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
border: 5px solid black;
border-radius: 1rem;
box-shadow: 5px 5px 10px rgba(120, 112, 112, 0.922);
}
.dld1{
height: 339.6px;
width: 339.6px;
box-shadow: 6px rgb(243, 233, 233);
}
.dld2{
height: 339.6px;
width: 339.6px;
}
.dld{
height: 339.6px;
width: 339.6px;
}
.dld3{
height: 339.6px;
width: 339.6px;
}
.dld4{
height: 339.6px;
width: 339.6px;
}
.dld6{
height: 339.6px;
width: 339.6px;
}
.img1{
height: 339.6px;
width: 339.6px;
}
.img2{
height: 339.6px;
width: 339.6px;
}
.img4{
height: 339.6px;
width: 339.6px;
}
.img10{
height: 339.6px;
width: 339.6px;
}
.img12{
height: 339.6px;
width: 339.6px;
}
.img14{
height: 339.6px;
width: 339.6px;
}
.img13{
height: 339.6px;
width: 339.6px;
}
@media screen and (max-width:800px) {
.column{
flex: 50%;
padding: 0px 10px;
}
}
@media screen and (max-width:600px) {
.column{
flex: 100%;
padding: 0px 10px;
}
}