-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilos-ejer2.css
More file actions
69 lines (61 loc) · 1.14 KB
/
estilos-ejer2.css
File metadata and controls
69 lines (61 loc) · 1.14 KB
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
.div-general {
float: left;
width: 40%;
}
.div-micv {
float: none;
width: 100%;
background-color: lightgrey;
padding: 10px 0px 10px 5px;
border: 1px solid black;
}
.div-minombre {
float: left;
width: 50%;
background-color: lightgrey;
margin-top: 10px;
padding: 20px 0px 20px 5px;
border: 1px solid black;
}
.div-datosdecontacto {
float: left;
width: 50%;
background-color: #fcd6b5;
margin-top: 10px;
padding: 70px 0px 70px 5px;
border: 1px solid black;
}
.div-foto {
position: relative;
top: 10px;
left: 284px;
width: 263px;
height: 230px;
}
img {
position: absolute;
left: 0px;
width: 263px;
height: 230px;
}
.div-contacto {
float: left;
width: 100%;
margin-top: 10px;
padding: 5px 0px 5px 5px;
background-color: lightgrey;
border: 1px solid black;
}
.div-banner {
float: left;
width: 7%;
margin-left: 20px;
padding: 193px 0px 193px 7px;
background-color: lightgreen;
border: 1px solid black
}
input, textarea{
margin-top: 10px;
background-color: lightgrey;
border: 1px solid black;
}