forked from TIC-ORT/tic-avanzado-front-3ro-abe-1-2024-tp1-maquetado-html-tic-avanzado-front-3ro-cd-2024-tp1-maquetado-ht
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
57 lines (52 loc) · 908 Bytes
/
style.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
body{
margin: 0px;
width: 100%;
height: 100%;
}
header{
display: flex;
width: 100%;
height: 23vh;
background-color:rgb(9, 255, 0);
justify-content:space-evenly;
align-items:center;
}
.cuadradoArriba{
background-color:rgb(255, 174, 212);
width: 150px;
height: 150px;
}
.rectangulitoArriba{
background-color: darkblue;
margin-top: 40px;
height: 15px;
width: 150px;
}
footer{
display: flex;
width: 100%;
height: 15vh;
background-color: rgb(255, 57, 123);
justify-content: space-evenly;
align-items: center;
}
h2{
background-color: blueviolet;
color: rgb(110, 220, 20);
}
.textoUno{
margin-left: 30vw;
}
footer > h2 {
margin-left: 30vw;
}
section{
background-color: darkred;
height: 150px;
width: 150px;
}
.uno{
background-color: deepskyblue;
height: 30px;
width: 150px;
}