Website layout

What is HTML in simple words
HTML is Hypertext Markup Language. But this is a set of incomprehensible words for beginners. What is hyper...
How to set the text color in CSS – change the text color with styles
Answer to the question So the answer to the question "How to change the color of text in CSS" is pretty ...
How to darken the background (images) in CSS
Let's say right away that there are various ways to solve such a problem as darkening the background of a p...
How to add comment in CSS
How to properly add comment to code in CSS. Suppose you want to temporarily disable some styles, but do not...
How to make the clickable phone number on the website
You need to know one little secret to make call-able phone number on any site. The secret is that a clickab...
How to make a button click effect in CSS
Here you'll learn how to make the button press-in effect in CSS. We'll tell you ahead of time that there's ...
Appearance of elements on scrolling
In this article, we'll look at how you can make elements appear smoothly when the page is scrolling. We'...
How to use CSS to change the image on Hover
How do you can change the image on Hover? This can be done with CSS. A ready example: See the Pen ...
How to center an image with CSS
In this article we will discuss what methods are available for aligning the image to the center of the bloc...
How to make a burger menu – complete code and detailed explanation
This is quite a popular request - how to make a hamburger menu. I will show you a variant using HTML, CSS a...
Next Page »