bye bye github
This commit is contained in:
52
public/home/store/cssShop.css
Executable file
52
public/home/store/cssShop.css
Executable file
@@ -0,0 +1,52 @@
|
||||
article.heading{
|
||||
width:100%;
|
||||
height:55vh;
|
||||
min-height:350px;
|
||||
display: inline-block;
|
||||
background-color: #333333;
|
||||
text-align: center;
|
||||
margin-top: 50px;
|
||||
|
||||
|
||||
}
|
||||
p.heading{
|
||||
font-size:5em;
|
||||
color:white;
|
||||
color: white;
|
||||
margin: 20vh auto auto auto;
|
||||
}
|
||||
article.shop{
|
||||
justify-content:center;
|
||||
-webkit-justify-content:center;
|
||||
margin-top: 40px;
|
||||
}
|
||||
div.simage{
|
||||
flex:3;
|
||||
max-width:350px;
|
||||
transition: .5s ease;
|
||||
}
|
||||
div.simage:hover{
|
||||
transform:scale(1.2,1.2);
|
||||
}
|
||||
div.simage > img{
|
||||
max-width:70%;
|
||||
max-height:100%;
|
||||
margin:auto;
|
||||
display:block;
|
||||
}
|
||||
div.description{
|
||||
flex:2;
|
||||
max-width:250px;
|
||||
}
|
||||
p.description{ font-size:0.8em; }
|
||||
p.title{font-weight:bold;}
|
||||
p.promo{font-weight:bold; color:#C22A39;}
|
||||
article.separator{
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(" #path img/separa.jpg");
|
||||
height: 20px;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
margin-top:30px;
|
||||
}
|
||||
|
||||
BIN
public/home/store/img/libreta.jpg
Executable file
BIN
public/home/store/img/libreta.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
BIN
public/home/store/img/libro.jpg
Executable file
BIN
public/home/store/img/libro.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
public/home/store/img/mapa.jpg
Executable file
BIN
public/home/store/img/mapa.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
BIN
public/home/store/img/momo.jpg
Executable file
BIN
public/home/store/img/momo.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 185 KiB |
BIN
public/home/store/img/playera.jpg
Executable file
BIN
public/home/store/img/playera.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
BIN
public/home/store/img/separa.jpg
Executable file
BIN
public/home/store/img/separa.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
10
public/home/store/qStore.q
Executable file
10
public/home/store/qStore.q
Executable file
@@ -0,0 +1,10 @@
|
||||
select
|
||||
nombre as "titulo",
|
||||
descripcion as "descripcion",
|
||||
precio as "precio",
|
||||
opcion as "opciones",
|
||||
promocion as "promocion",
|
||||
imagen as "imagen"
|
||||
|
||||
from tienda where precio >= -1;
|
||||
|
||||
Reference in New Issue
Block a user