emily04 / emily04.github.io

0 stars 0 forks source link

Stickynotes: Consider Masonry.js #2

Open blunket opened 6 years ago

blunket commented 6 years ago

Consider this library for improving the sticky notes design! https://masonry.desandro.com/

ALSO: Consider Masonry.js as an option maybe for displaying your projects, too!

Also consider some class overrides! for example:

.card.yellow > h1{
  background-color: #ff6;
}
.card.blue > h1{
  background-color: #66f;
}

.yellow .caption{
  background-color: #ff9;
}
.blue .caption{
  background-color: #99f;
}

Preview: image

emily04 commented 6 years ago

Thanks for the feedback! :D I will definitely use these ideas!