Skip to content

Instantly share code, notes, and snippets.

@j0eey
j0eey / task2-najahak-debugged-code.html
Last active September 27, 2025 15:18
Task 2 - Najahak.io Debugging & DOM Manipulation - Joey Joseph Mansour
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Najahak.io Debug Code</title>
<style>
body {
font-family: Arial, sans-serif;
@j0eey
j0eey / task1-najahak-card.html
Last active September 27, 2025 15:15
Task 1 - Najahak.io Card - Joey Joseph Mansour
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Najahak.io Card</title>
<style>
* {
margin: 0;