econocart/src/pages/home/home.scss

21 lines
411 B
SCSS
Raw Normal View History

2017-04-30 14:55:15 +00:00
page-home {
2017-05-03 15:05:57 +00:00
.btnhome {
width:70%;
text-shadow: black 0.1em 0.1em 0.1em;
padding:3vw;
position: fixed;
bottom: 20px;
margin: auto;
}
.h1home{
font-size:16vw;
text-align: center;
color:white;
text-shadow: black 0.1em 0.1em 0.1em;
margin-top:30vw;
}
.contenthome{
background-color:#b4a098;
}
2017-04-30 14:55:15 +00:00
}