-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmit.php
More file actions
85 lines (70 loc) · 4.03 KB
/
admit.php
File metadata and controls
85 lines (70 loc) · 4.03 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?php include 'header.php';?>
<section style="overflow: hidden;">
<div class="container">
<div class="wdlf">
<div>
<div style="overflow: hidden; text-align: left;margin: 5px; margin-bottom: 10px;
box-shadow: 0px 0px 20px -20px rgba(0, 0, 0, 0.3), 0 0 3px 2px rgba(0, 0, 0, 0.06);"><h2 style="padding: 6px;margin:2px;background:#ffc5c5">Online Admission off now</h2>
</div>
<?php include'admittext.php';?>
<style>
div.gallery {
border: 1px solid #ccc;
}
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
* {
box-sizing: border-box;
}
.responsive {
padding: 0 6px;
padding-top: 5px;
float: left;
width: 100%;
}
@media only screen and (max-width: 700px) {
.responsive {
width: 100%;
margin: 6px 0;
}
}
@media only screen and (max-width: 500px) {
.responsive {
width: 100%;
}
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
</style>
<div style="overflow: hidden; text-align: left;margin: 5px; margin-bottom: 10px;
box-shadow: 0px 0px 20px -20px rgba(0, 0, 0, 0.3), 0 0 3px 2px rgba(0, 0, 0, 0.06);"><h2 style="padding: 6px;margin:2px;background:#e6f7e5;">Admission form</h2>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="https://www.zminternationalschool.com/zmadminschool/img/bill2.jpg">
<img src="https://www.zminternationalschool.com/zmadminschool/img/bill2.jpg" alt="Cinque Terre" width="600" height="400">
</a>
<div class="desc">Admission form<br>Z.M.INTERNATIONAL SCHOOL</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<?php include 'sidebar.php';?>
</div>
</section>
<?php include 'footer.php';?>
</body>
</html>