Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
sl4x0 committed Dec 26, 2023
1 parent 4053e79 commit 4521aa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
href="https://cdn-icons-png.flaticon.com/512/2009/2009904.png"
/>
<link rel="stylesheet" href="style.css" />

<title>Quran Station</title>
</head>
<body>
<h1>إذاعة القرآن الكريم</h1>
<h1>Holy Quran Radio | إذاعة القرآن الكريم</h1>
<audio controls>
<source
src="https://stream.radiojar.com/8s5u5tpdtwzuv"
Expand Down
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ body {
}

h1 {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
font-family: sans-serif;
color: #333;
margin-bottom: 40px;
margin-bottom: 50px;
}


audio {
width: 100%;
max-width: 400px;
background-color: #333;
background-color: #cacaca;
border: none;
outline: none;
padding: 20px;
Expand Down

0 comments on commit 4521aa0

Please sign in to comment.