-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmahd2.html
42 lines (40 loc) · 1.06 KB
/
mahd2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="./mahd2.css" rel="stylesheet">
<link rel="stylesheet" href="./fontawesome.css">
</head>
<body>
<div class="all">
<header>پیش دبستانی
<br><span>پگاه</span></header>
<div class="text">
<div class="first-line">دارای محیطی
<br>شادوزیبا
<br>همراه با
<br>کادری مجرب
</div>
<div class="second-line"> همراه با <br>
سرویس
<br>رفت و برگشت
<br>پذیرش
<div class="number">4</div>
تا
<div class="number">6</div>
سال
</div>
</div>
<footer>
<dive class="phone">شماره تماس:09135619004------------55210040-031
</div>
<div class="adress">
آدرس:نبش میدان بخارایی-ابتدای خیابان صیاد شیرازی
</div>
</footer>
</div>
</body>
</html>