pretienda

This commit is contained in:
mynah
2019-04-04 19:45:51 -06:00
parent 49b1256e27
commit 567e991278
10 changed files with 256 additions and 11 deletions

View File

@@ -6,8 +6,6 @@ article.heading{
background-color: #333333;
text-align: center;
margin-top: 50px;
}
p.heading{
font-size:5em;
@@ -20,6 +18,17 @@ article.shop{
-webkit-justify-content:center;
margin-top: 40px;
}
article.shop:hover{
background-color:rgba(240,240,240);
cursor:pointer;
}
a:link, a:visited {
text-decoration: none;
color:unset;
}
div.simage{
flex:3;
max-width:350px;
@@ -50,3 +59,4 @@ article.separator{
margin-top:30px;
}