From e836edf9b75ffbdfcf4b05321a316fd1c89582fd Mon Sep 17 00:00:00 2001 From: sl4x0 Date: Tue, 26 Dec 2023 06:10:23 +0200 Subject: [PATCH] first upate --- README.md | 3 +-- index.html | 30 ++++++++++++++++++------------ style.css | 21 +++++++++++++++++++++ 3 files changed, 40 insertions(+), 14 deletions(-) create mode 100644 style.css diff --git a/README.md b/README.md index 755386e..9769b95 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# quran_station -بث مباشر لإذاعة القرآن الكريم من القاهرة على مدار الـ24 ساعة +استمتع ببث مباشر على مدار 24 ساعة لإذاعة القرآن الكريم من القاهرة. \ No newline at end of file diff --git a/index.html b/index.html index 610d021..c4fccb4 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,22 @@ - - - + + + + Quran Station - - - - - - + + +

أذاعة القرآن الكريم

+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..725303e --- /dev/null +++ b/style.css @@ -0,0 +1,21 @@ +body { + display: flex; + align-items: center; + justify-content: center; + height: 100vh; + margin: 0; + background-color: #f4f4f4; +} +h1 { + font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; + color: #333; + margin-bottom: 20px; +} +audio { + width: 100%; + background-color: #333; + border: none; + outline: none; + padding: 20px; + box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); +}