This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ar" dir="rtl"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | |
<title>مجموعات مارجرجس الكشفية بكفر الدوار</title> | |
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;900&display=swap" rel="stylesheet"> | |
<style> | |
:root { | |
--main-blue: #5a8bd8; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ar" dir="rtl"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>مجموعات مارجرجس الكشفية بكفر الدوار</title> | |
<style> | |
body { | |
font-family: 'Cairo', sans-serif; | |
background: linear-gradient(to bottom right, #6a1b9a, #8e24aa); | |
color: #fff; |