-
Notifications
You must be signed in to change notification settings - Fork 0
/
u.php
49 lines (41 loc) · 1.05 KB
/
u.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
<!DOCTYPE html>
<?php include'header.php';?>
<html>
<head>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<style>
body {
background-image: url('b.jpg');
background-size: cover;
}
.aa{
width: 300px;
height: 120px;
background-color: rgba(0,0,0,0.5);
margin: 0 auto;
margin-top: 40px;
padding-top: 10px;
padding-left: 0px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
color:white;
font-weight: bolder;
-webkit-box-shadow: inset -4px -4px rgba(0,0,0,0.5);
box-shadow: inset -4px -4px rgba(0,0,0,0.5);
font-size: 18px;
}
</style>
</head>
<body>
<div class="aa">
<center><h4 style="color:white;">Edit Info </h4>
<input type="button" value="Student" onclick="window.location.href='show.php'" />
<input type="button" value="Faculty" onclick="window.location.href='fshow.php'" />
<input type="button" value="Course" onclick="window.location.href='cshow.php'" />
<center/>
</body>
<br>
</html>