-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplaceholder.css
77 lines (63 loc) · 1.23 KB
/
placeholder.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
/* homepage */
/* @media only screen and (min-width: 600px) {...} */
/* first image div */
float: left;
width: 300px;
height: 200px;
margin-top: 4px;
margin-right: 15px;
border-radius: 10px;
margin-left: 15px;
/* text under: */
padding-right: 15px;
padding-left: 15px;
padding-top: 15px;
font-size: 18px;
font-weight: 1;
/* second img in div */
float: right;
width: 300px;
height: 200px;
margin-left: 15;
border-radius: 10px;
margin-top: 15px;
/* footer */
footer ul {
display: grid;
grid-template-columns: 1fr 1fr;
list-style: none;
margin-left: 30px;
margin-top: 10px;
}
/* @media only screen and (min-width: 768px) {...} */
img 1 {
float: left;
width: 300px;
height: 200px;
margin-top: 4px;
margin-right: 15px;
border-radius: 10px;
margin-left: 15px;
}
img 1 text: {
font-size: 22px;
}
img 2: {
height: 200px;
margin-left: 10px;
border-radius: 10px;
}
/* @media only screen and (min-width: 992px) {...} */
img 1 {
float: left;
width: 500px;
height: 300px;
margin-top: 4px;
margin-right: 10px;
border-radius: 10px;
margin-left: 10px;
}
img 2 {
width: 500px;
height: 300px;
}