-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimg.css
60 lines (52 loc) · 840 Bytes
/
img.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
body {
background-color: #66A3FF;
overflow-x: hidden;
margin: 0;
padding: 0;
font-family: "Times New Roman", Times, serif;
}
.row {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: nowrap;
align-content: center;
overflow: hidden;
}
.row::after {
content: "";
clear: both;
display: block;
}
.rowcell {
flex: 0 0 auto;
padding: 0;
text-align: center;
display: flex;
}
img {
display: block;
width: auto;
height: 100%;
}
.leftblank {
width: 5%;
}
.chpic {
width: 35%;
height: 26vw;
}
.crpic {
width: 10%;
height: 26vw;
max-height: 100%;
}
.orot {
display: block;
height: 26vw;
width: 45%;
max-height: 100%;
border-width: 2px;
}