Skip to content

Instantly share code, notes, and snippets.

View sahmed319's full-sized avatar

sahmed319

  • Joined Oct 18, 2025
View GitHub Profile
@sahmed319
sahmed319 / index.html
Last active October 18, 2025 10:22
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Math Quest – Challenge Mode</title>
<style>
body {
font-family: 'Segoe UI', sans-serif;
background: #e0f7fa;
text-align: center;
@sahmed319
sahmed319 / index.html
Last active October 18, 2025 09:54
index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Math Game for Kids!</title>
<style>
body {
font-family: 'Comic Sans MS', cursive;
background: #fdf6e3;
display: flex;