-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle01.css
More file actions
79 lines (69 loc) · 880 Bytes
/
Copy pathstyle01.css
File metadata and controls
79 lines (69 loc) · 880 Bytes
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
@media only screen and (min-width: 769px)
{
form{
position: absolute;
top: 55px;
left: 55px;
border: 3px solid #73AD21;
}
section{
clear:left;
margin-left:265px;
border: 3px solid green;
}
.filterDiv{
}
.show{
display: block;
}
div{
float:left;
margin-left: 25px;
}
footer{
background-color:green;
clear:left;
margin-left: 265px;
}
#photo{
clear:left;
margin-left:265px;
border: 3px solid green;
}
body{
background-color:yellow;
width: 960px;
margin-left: auto;
margin-right: auto;
}
img{
width: 35%;
height: 25%;
}
figure{
width: 30%;
float: left;
}
figcaption{
caption-side: button;
}
}
@media only screen and (max-width:769px) {
nav{
border: 3px solid #73AD21;
}
div{
border: 3px solid #73AD21;
}
footer{
background-color:green;
clear:both;
}
#photo{
clear:both;
}
body{
background-color:green;
width: 960px;
}
}