Blog - Webdesign

In the Webdesign category you will find articles from the field of website creation with an emphasis on the frontend part of this work. Therefore, in this category there are texts on the topic of responsive design, cascading styles and working with CSS preprocessors, various effects using CSS animations and JavaScript. The theory is complemented by instructions and code samples so that the attentive reader can try these procedures in practice.

Recent posts from category Webdesign

  • Creating a mobile menu (2/2)

    In the previous article of the same name, we prepared a menu in HTML and CSS. Today, we will implement the entire functionality using JavaScript. We will use the jQuery library for this. At the end of the article, you […]

  • Creating a mobile menu (1/2)

    In our series on responsive web design, today we’ll look at how to create a fully functional menu for mobile devices – the kind you’ll find on this website. The menu will behave fully responsively. When you click on the […]

  • The basics of a Mobile First approach

    The Mobile First approach is a method of responsive web design that works from the lowest resolution to the highest. The website is coded for mobile devices first. In this article, we will show the advantages of this approach and […]

  • Introduction to responsive design

    The term responsive web design was coined in 2010 by American programmer Ethan Marcotte. The main characteristic of a responsive website is its flexibility. Such sites adapt to any device. Responsive web design has two basic building blocks. The first […]