Skip to content

Instantly share code, notes, and snippets.

@dianaaparicio
Created October 8, 2015 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dianaaparicio/6b7102137ad596cb5b2e to your computer and use it in GitHub Desktop.
Save dianaaparicio/6b7102137ad596cb5b2e to your computer and use it in GitHub Desktop.
$pink: #F781F3
$grey: #A4A4A4
@import 'helper/colors'
@import 'base/typography'
body
background-color: white
.navbar
width: 100%
height: 40px
text-align: center
position: absolute
top: 0
left: 0
background-color: pink
.nav
display: inline-block
.header
height: 30%
padding: 25px
.wrapper
width: 100%
.products
text-align: center
background-color: green
.product
width: 20%
height: 25%
display: inline-block
margin: 10px 15px
background-color: white
text-align: left
img
max-width: 100%
@angelbotto
Copy link

en la linea 14 y 28 las variables debes llamarlas con el signo $ 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment