-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
58 lines (47 loc) · 945 Bytes
/
main.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
* {
margin:0;
}
.mid {
display: flex;
flex-direction: column;
}
body {
display: flex;
position: relative;
}
.top {
position: absolute;
}
.adc {
position: absolute;
align-self: end;
}
.imagen {
width: 50%;
height: auto;
}
/* Extra small devices (phones, 600px and down)
@media only screen and (max-width: 600px) {
{}
}*/
/* Small devices (portrait tablets and large phones, 600px and up)
@media only screen and (min-width: 600px) {
{}
}*/
/* Medium devices (landscape tablets, 768px and up)
@media only screen and (min-width: 768px) {
{
body {
flex-direction: ;
}
}
} */
/* Large devices (laptops/desktops, 992px and up)
@media only screen and (min-width: 992px) {
{o}
}
*/
/* Extra large devices (large laptops and desktops, 1200px and up)
@media only screen and (min-width: 1200px) {
{o}
} */