-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathairesf.css
More file actions
86 lines (52 loc) · 949 Bytes
/
airesf.css
File metadata and controls
86 lines (52 loc) · 949 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
80
81
82
83
84
85
86
body{
background-color:black;
color: gold;
font-family:'Roboto',sans-serif;
font-variant:small-caps;
}
.A{
margin-top: 20px;
margin-left: 25px;
height: 20vh;
width: 25vh;
object-fit: cover;
}
@media(max-width:320px) {
body{
background-color: black;
}
}
@media (min-width:320px) and (max-width:374px) {
body{
background-color: black;
}
}
/*MOBILE DEVICE (SMALL)*/
@media (min-width:375px) and (max-width:767px){
body{
background-color: black;
}
}
@media(min-width:368px) and (max-width:1024px) {
body{
background-color: black;
}
}
.Aires{
text-align: center;
}
div{
display: flex;
justify-content: space-between;
}
p{
justify-content: space-between;
}
p img{
width: 100px;
height: 100px;
}
.ic{
width:60px;
height: 60px;
}