Design the interface and styling

هذا الالتزام موجود في:
2025-08-19 00:23:33 +03:00
الأصل e696f2f4cd
التزام 43831eb01a
6 ملفات معدلة مع 95 إضافات و2 حذوفات

عرض الملف

@@ -1 +1,22 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>Praying Times </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Get Praying Times Anywhere </h1>
<div class="block">
<label class="city_label">Enter Your City Name</label>
<input class="city">
</div>
<div class="block">
<label class="code_label">Enter The Country Code</label>
<input class="code">
</div>
<div class="show">
<h3>Here is the praying times of <span id="show_city"> </span>and </h3><span id="show_country"> </span>
</div>
</body>
<script src="app.js"></script>
</html>