Dia 14
This commit is contained in:
@@ -13,7 +13,30 @@ body {
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
nav{
|
||||
position: sticky;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
nav hr {
|
||||
box-shadow:0px 4px 5px 0px;
|
||||
}
|
||||
|
||||
main{
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#servicios,#productos,#contacto{
|
||||
padding-top: 70px;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
.menu{
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.boton_menu {
|
||||
@@ -22,19 +45,15 @@ body {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.prueba {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 100%;
|
||||
background-color: #1a89dc;
|
||||
height: 2px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
h2,
|
||||
h3,
|
||||
p {
|
||||
h2,h3,p {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
@@ -43,18 +62,18 @@ h2 {
|
||||
}
|
||||
|
||||
table {
|
||||
width: 90%;
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
color: #1a89dc;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table tr td img {
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
table tr td {
|
||||
color: #1a89dc;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -73,10 +92,28 @@ ul {
|
||||
margin: auto;
|
||||
font-weight: bold;
|
||||
}
|
||||
li{
|
||||
list-style-type:circle;
|
||||
}
|
||||
|
||||
/* nav{
|
||||
position: sticky;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
} */
|
||||
span{
|
||||
color: #1a89dc;
|
||||
width: 300px;
|
||||
|
||||
}
|
||||
|
||||
iframe{
|
||||
width: 100%;
|
||||
border: 2px solid #1a89dc;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#subircaja{
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
bottom: 10px;
|
||||
}
|
||||
#subirimg {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
Reference in New Issue
Block a user