Skip to content

Instantly share code, notes, and snippets.

View samanmol's full-sized avatar

Sam Anmol samanmol

View GitHub Profile
@samanmol
samanmol / index.html
Created May 27, 2026 10:17
Lessgo — Fitness Challenge App UI Prototype
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lessgo — Fitness Challenge App MVP</title>
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
--red:#FF4B4B;--redLight:#FFE5E5;--yellow:#FFB800;--yellowLight:#FFF5D6;