Basic HTML & CSS stuff Check out a collection of HTML & CSS articles on basic stuff that we must know when we deal with HTML & CSS.
HTML-CSS Posts
Basic HTML & CSS stuff Check out a collection of HTML & CSS articles on basic stuff that we must know when we deal with HTML & CSS.
CSS position two elements left and right Hey guys. In this tutorial we are going to position two elements, one on the left, and the other on the right in the same row using the CSS flexbox layout. You will see how easy it is by using just a few lines of css code. Posted: 22-Aug-2022 | HTML and CSS | Views 777
How to create a simple animated and responsive navigation menu In this article we are going to see how can we create a responsive navigation menu with HTML, CSS, and a little bit of JavaScript. Posted: 27-May-2022 | HTML, CSS and Javascript | Views 654
How to highlight visited menu links with CSS and JavaScript Most of the websites that we are going to design and create, will have a navigation menu. It is a common practice that we highlight the link that indicates the page we are on. Posted: 31-Jan-2022 | HTML, CSS and Javascript | Views 2053
Creating a sticky navigation bar In this tutorial we are going to do something easy. We are going to create a sticky navbar. A navigation menu bar is called sticky when it sticks at the top of the page, but the rest of the content is scrollable. Posted: 05-Jan-2022 | HTML and CSS | Views 461
Tutorial Categories