-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.php
52 lines (52 loc) · 1.03 KB
/
dev.php
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
<?php
include('header.php');
?>
<style>
.in{
float:left;
width:650px;
height:400px;
padding:40px;
font-family:Times New Roman;
margin :0 AUTOPX;
margin-top:10px;
margin-left:10px;
padding-top:30px;
padding-left:30px;
}
.sh{
float:left;
}
.sh1{
background-color:#020202;
opacity:.7;
color:#ffffff;
width:40%;
height:440px;
margin :0 AUTOPX;
margin-left:360px;
padding-top:20px;
padding-left:20px;
}
h2{
color:#bea66b;
font-size:25px;
}
p{
font-size:20px;
color:#ffffff;
}
</style>
<body>
<div class="in"><hr>
<div class="sh">
<img src="img/jiya.jpg"height="460px"width="360px"/>
</div>
<div class="sh1">
<h2>ABOUT FOUNDER;<br>JIYA DHYANI</h2>
<P>My Name is Jiya Dhyani. I am founder of this website <b>STUDENTS INFORMATION SYSTEM</B>. <br><BR>
I am a Computer Science Student in H.N.B.G.U Srinagar Garhwal University, Uttrakhand.</P><br><br>
</div>
<hr>
</div>
</body>