by Anna Danilec | Nov 12, 2019 | HTML and CSS, Javascript, Recommended sideber
Vue.js is getting more and more popular, becoming a meaning competitor to frameworks like Angular or React.js. As a beginner-friendly front-end framework, it successfully conquers the hearts of junior front-end developers and people who just started to learn front-end...
by Anna Danilec | Nov 7, 2019 | HTML and CSS, Recommended sideber
Using images, we can create an atmosphere, arouse happiness, smile, sadness, or any different emotion. With images, we can show a lot, and tell a lot as well; that’s why pictures are so widely used in the websites and applications. Designers take care of how users...
by Anna Danilec | Nov 5, 2019 | HTML and CSS, Recommended sideber
When we build front-end, always we need to create a structure of our page, and very often, we need to create any grid. We can position elements in a few ways. For example, in the previous article I showed you how we could do it via flexbox. So, today, I would like to...
by Anna Danilec | Nov 1, 2019 | HTML and CSS
Probably almost everybody in the front-end industry heard something about the flexbox and benefits which it can give to us when we need to design a grid. In this article, I would like to explain what flexbox is and how we can use it to save a lot of our time. Flexbox...
by Anna Danilec | Oct 30, 2019 | HTML and CSS
CSS is Cascading Style Sheets and is used to describe how HTML elements should display. It’s one of the first technology learned by soon to be front-end and web developers, and it’s an absolute have to know basic. Although it seems CSS can’t do a lot besides giving...