Skip to content

Instantly share code, notes, and snippets.

@wicholas789
wicholas789 / gist:e0494ca9d78e5bb9e651b378b369e97b
Created October 12, 2023 11:12
Prepare the Surah and Translation Content
<div class="surah">
<h2>Surah Al-Fatiha</h2>
<p>بِسْمِ اللَّهِ الرَّحْمَٰنِ الرَّحِيمِ</p>
<p>In the name of Allah, the Most Gracious, the Most Merciful.</p>
<!-- Add the rest of the Surah content here -->
</div>
@wicholas789
wicholas789 / gist:3d98670257c4982026419ad90e60abcc
Created September 28, 2023 03:25
Here's a simple HTML and CSS code snippet for creating a header containing contact information (phone number and email):
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
/* Style for the header */
.header {
background-color: #333;
color: #fff;