Skip to content

Instantly share code, notes, and snippets.

View saher6772's full-sized avatar

saher6772

  • Joined Apr 4, 2026
View GitHub Profile
@saher6772
saher6772 / index.html
Created April 4, 2026 20:46
My Creative Portfolio
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SAHER | Digital Artist & Writer</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }