-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathestilosgaleria.css
67 lines (65 loc) · 1.08 KB
/
estilosgaleria.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
63
64
65
66
67
body{
margin: 0;
min-height: 90vh;
background:#FADBE0;
}
.Tittle {
width: 100%;
height: auto;
padding-top: 0px;
color:#EC93B6;
background: #FFFFFF;
background-size: cover;
font-size: 18px;
}
.imagen1{
margin-left: 50px;
position: relative;
}
.imagen2{
margin-left: 230px;
margin-top: -150px;
position: relative;
}
.imagen3{
margin-left: 400px;
margin-top: -100px;
position: relative;
}
.imagen4{
margin-left:30px;
margin-top: 5px;
position: relative;
}
.imagen4{
margin-left: 570px;
margin-top: -145px;
position: relative;
}
.imagen5{
margin-left: 730px;
margin-top: -100px;
position: relative;
}
.imagen6{
margin-left: 900px;
margin-top: -150px;
position:relative;
}
button{
position: relative;
font-size: 1.1em;
font-weight: bold;
color:#D75488;
padding: 10px 15px;
background: #FFFFFF;
border-radius:10px;
border: 2px solid #FFFFFF;
box-shadow: 2px 2px 5px;
}
button:hover
{ background-color:#FFEDE6;}
.container{
max-width: 1400px;
margin: auto;
}