HTML CSS Carousel Slideshow from scratch (youtube video)

This post is for sharing the code for a Youtube tutorial. In this video we are writing a carousel slideshow from scratch using HTML, CSS and Javascript. We are not using any libraries but instead we are going to configure the browser scrolling to get a nice transition animation between the slides.

Published
Categorized as web

Create a Responsive UI Navbar with HTML & CSS (Youtube tutorial)

This post is for sharing the code of a Youtube tutorial. In modern UI development we need to write websites that change according to the devices of our users. This is called responsive design. One component that changes significantly is the navigation bar. Because mobile phones are narrow, the website navigation is moved to a… Continue reading Create a Responsive UI Navbar with HTML & CSS (Youtube tutorial)

Published
Categorized as web