forked from alesitohp/Mythologic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinicio.css
38 lines (35 loc) · 866 Bytes
/
inicio.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
.logo{
width: 500px;
height: 250px;
display: block;
margin: auto;
}
body{
background-image: url(https://us.123rf.com/450wm/migfoto/migfoto1609/migfoto160900010/63724976-vector-de-estilo-griego-con-columnas-ornamento-del-marco-patr%C3%B3n-de-color-marr%C3%B3n-sobre-un-fondo-de-color-be.jpg?ver=6);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
nav{
display: block;
float: left;
}
.inicio{
font-size: 60px;
-webkit-text-fill-color: transparent;
background-image: url(imagenes/preview-removebg-preview.png);
}
nav{
margin-left: 75px;
margin-top: 75px;
}
h2, p {
text-align: center;
margin-left: 75px;
margin-right: 75px;
}
div {
margin-left: 300px;
margin-right: 300px;
}