-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsstyle.css
62 lines (53 loc) · 846 Bytes
/
jsstyle.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
body{
margin: 0;
}
.top-bar{
width: 100%;
height: 70px;
background-color: darkcyan;
display: flex;
align-items: center;
}
.text-id{
color: white;
font-size: 24px;
margin-left: 20px;
display: flex;
align-content: center;
box-sizing: border-box;
margin-right: 20px;
}
.but-aceptar{
margin-left: 10px;
}
.mid{
display: flex;
flex-direction: column;
align-items: center;
}
.square-lan{
height: 150px;
width: 220px;
background-color: darkturquoise;
border: 3px solid;
border-radius: 15px 50px;
}
.but-x{
margin-top: 20px;
margin-left: 20px;
}
.square-text{
margin-top: 20px;
margin-left: 20px;
}
.list-lvl{
margin-left: 20px;
}
.mid-res{
font-size: 22px;
}
.weather{
margin-left: 10px;
font-size: 20px;
color: white;
}