Frontend Questions

Frontend Questions

  1. Why assigning too many ids to html elements is not a good practice?
Read more
CSS & HTML tips

CSS & HTML tips

CSS

Background

1
2
3
body {
background: #ffffff url("img_tree.png") no-repeat right top;
}
Read more
Bulma
CSS Preprocessors