Export Image

Fork of HTML Starter

Shaurya Chattopadhyay

0 views in last 90 days
Last edited Dec 28, 2025
Created on Dec 28, 2025
Forked from HTML Starter

Shapes with SVG and CSS

A simple project demonstrating shapes created with SVG and CSS styling.

Files

  • index.html - Main HTML file with SVG circle element
  • styles.css - CSS styling for the page
  • index.js - JavaScript file

Changes Made

  • Fixed CSS syntax errors (changed = to :)
  • Fixed scrollbar property to standard overflow: hidden
  • Removed invalid SVG attribute syntax (comma between width and height)
  • Added script reference to index.js in HTML
MIT Licensed