How easy it is to build simple landing page with Bootstrap 4? The answer is that it depends. It depends on how well-designed and how complex you want your landing page to be. In this tutorial, I will show how to use Bootstrap to build a very simple landing page. And, I will do my… Continue reading How to Build Simple Landing Page with Bootstrap 4
Tag: html5
What Every Web Designer Needs to Know About HTML Tables
HTML tables are here from the early days of the web. According to some sources, tables were part of HTML standard since version 3.2. It can be surprising that some web designers never worked with this element. In this article, we will discuss everything you need to know about tables. We will start with basic… Continue reading What Every Web Designer Needs to Know About HTML Tables
Quick and Easy Introduction to CSS Grid for Beginners
Have you heard about CSS grid? This is currently a very popular topics on web design scene, probably one of the most popular. It is also one of the most searched CSS features on CanIUse website. It is not a surprise. It is safe to say that CSS grid has the potential to cause a… Continue reading Quick and Easy Introduction to CSS Grid for Beginners
The Beginner’s Guide to Learn Sass – Mastering the Basics of Sass
Have you ever wanted to learn Sass, but you didn’t find a good tutorial? Chances are that you are quite good with CSS. However, you feel like there is a better way of working with CSS. You want to take your skills and efficiency to another level. In that cases, learning how to use preprocessor… Continue reading The Beginner’s Guide to Learn Sass – Mastering the Basics of Sass
Learning React by Practice – React Router for Beginners
Imagine you could change the content of the website or app without reloading it. Impossible? Not at all. You can do that with something called React Router. How? I’m glad you are asking. Today, I will take you through all steps necessary to get React Router up and running. From now, you will see reloading… Continue reading Learning React by Practice – React Router for Beginners
Learn How to Create Simple React Form Elements
Have you ever wanted to create some React form elements, but didn’t how? Good news! In this tutorial, you will learn how to create a number of simple React form elements. What elements? You will create elements such as button, datalist, checkbox, label, input and radio. These are probably the most often used form elements.… Continue reading Learn How to Create Simple React Form Elements