Neha / css3-demos

This repo is the code and demo of new features in CSS and ready-to-use css code.
27 stars 24 forks source link

Add CSS Grid and Custom Properties demo #26

Open chhavientrar opened 2 months ago

chhavientrar commented 2 months ago

Title of your PR Add-css-grid-and-variables

Describe your PR This PR adds a new demo showcasing the use of CSS Grid and CSS Custom Properties (CSS variables). The demo demonstrates a responsive grid layout that adjusts the number of columns and the gap between items based on the screen size.

Files Added css-grid-demo/index.html: Contains the HTML structure for the demo. css-grid-demo/styles.css: Contains the CSS styles using CSS Grid and CSS variables. JIRA Numbers and Link N/A

Release Number N/A

Have you tested them on the Browsers? [✅] Yes No Have you wrote the testcases? Yes [✖️] No