forked from BasicPrimitives/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
45 lines (35 loc) · 1.01 KB
/
styles.css
File metadata and controls
45 lines (35 loc) · 1.01 KB
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
.mediaPlaceholder {
height: 350px;
border-width: 1px;
border-style: dotted;
}
@media screen and (min-height: 600px) {
.mediaPlaceholder {
height: 500px; } }
@media screen and (min-height: 700px) {
.mediaPlaceholder {
height: 600px; } }
@media screen and (min-height: 800px) {
.mediaPlaceholder {
height: 700px; } }
@media screen and (min-height: 900px) {
.mediaPlaceholder {
height: 800px; } }
@media screen and (min-height: 1000px) {
.mediaPlaceholder {
height: 900px; } }
@media screen and (min-height: 1100px) {
.mediaPlaceholder {
height: 1000px; } }
@media screen and (min-height: 1200px) {
.mediaPlaceholder {
height: 1100px; } }
@media screen and (min-height: 1300px) {
.mediaPlaceholder {
height: 1200px; } }
@media screen and (min-height: 1400px) {
.mediaPlaceholder {
height: 1300px; } }
@media screen and (min-height: 1500px) {
.mediaPlaceholder {
height: 1400px; } }