-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
56 lines (48 loc) · 871 Bytes
/
estilo.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
body {
position: static;
background-color: black;
padding: 0%;
margin: 0px;
}
.cuerpo {
margin:0 auto;
position: fixed;
width: 100%;
height: 100%;
background-image:url("juanjdc.jpg");
background-repeat: no-repeat;
background-position: 0% 50%;
background-size: 100%;
display: block;
z-index: 1;
}
.banner{
background-color: rgba(15, 180, 212, 0.9);
width: 98%;
height: 200px;
margin: 1%;
box-shadow: 2px 2px rgba(10, 10, 10, 1);
position: relative;
}
.logo{
position: absolute;
right: 0px;
width: 130px;
margin: 5px;
}
.cuerpo_2{
background-color: rgba(255, 55, 55, 0.7);
width: 98%;
height: 500px;
z-index: 10;
position:relative;
margin: 1%;
}
.footer{
background-color: rgba(255, 255, 255, 0.9);
width: 98%;
height: 200px;
position:relative;
z-index: 11;
margin: 1%;
}