-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetStudent.css
56 lines (50 loc) · 1.03 KB
/
GetStudent.css
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
*{
margin: 0px;
padding: 0px;
}
body{
background-image: url("/Users/samritha/Downloads/background-image.jpg");
background-repeat: no-repeat;
background-size: 100% 1000px;
}
h2{
margin-top: 100px;
color: black;
text-align: center;
font-family: 'Times New Roman', Times, serif;
font-style: normal;
}
input[type=text][id=stuid] {
width: 30%;
padding: 6px 10px;
margin: 4px 0;
display: inline-block;
border: 1px solid black;
border-radius: 4px;
box-sizing: border-box;
}
.getstudent{
margin: auto;
text-align: center;
width: 50%;
color: black;
font-size: 16px;
font-family: 'Times New Roman', Times, serif;
font-style: normal;
}
#getinfo{
width: 150px;
outline: 1px;
padding: 2px;
font-family: 'Times New Roman', Times, serif;
font-size: 15px;
font-style: normal;
}
#goback{
width: 100px;
outline: 1px;
padding: 2px;
font-family: 'Times New Roman', Times, serif;
font-size: 15px;
font-style: normal;
}