Left Sidebar
learning-css--interactive
Flexbox — Baby Steps Interactive Tutorial (All Options Everywhere) Flexbox — Baby Steps Interactive Tutorial 👋 Introduction to Flexbo…
Making a PWA-Progressive Web Application and hosting on GitHub Pages
Making a PWA-Progressive Web Application and hosting on GitHub Pages Download the apk here We start with defining a PWA A PWA, or Progressive Web App, is a type of application software delivered thro…
Make a KBC app using Javascript,html and CSS.
Make a KBC app using Javascript, HTML, and CSS. Steps 1. Create the HTML design 2. Create the button on press and increase the question no 3. Add questions in an array and update on click 4. Update o…
Understanding Flex
Flex Flex or Flexbox is a CSS method of designing layouts in a HTML page. To start with let us start with a basic design. Here is the code <! DOCTYPE html > <html> <head> <…