-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTechStudioquery.css
More file actions
38 lines (38 loc) · 971 Bytes
/
TechStudioquery.css
File metadata and controls
38 lines (38 loc) · 971 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
@media (min-width:320px) {
.A{
width: 700px;
height: 100px;
}
.flex{
width: 900px;
height: 900px;
}
.E{
margin-top: 500px;
position:absolute !important;
right: 900px;
}
.joseph{
text-align: center;
}
}
@media (min-width:480px) {
/* .A{
width: 900px;
height: 100px;
}
.flex{
width: 1000px;
height: 900px;
}
.E{
margin-right: 500px;
}
.joseph{
text-align: center;
} */
}
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }