-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstud_reg.css
78 lines (76 loc) · 926 Bytes
/
stud_reg.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body{
background: url(ed3.jpg);
background-size: cover;
background-position:center;
}
.sup{
border-radius:5px;
background:black;
padding:20px;
width:420px;
margin:auto;
color:#fff;
font-size:16px;
font-family:Verdana;
margin-top:100px;
opacity:0.6;
}
.sup h1{
text-align:center;
margin:0;
padding:0;
}
.sup input{
padding:12px
margin:8px 0;
border:1px solid #ccc;
border-radius:4px;
box-sizing:border-box;
font-size:18px;
color:black;
opacity:0.9;
}
.sup a{
color:gray;
}
.sup a:hover{
color:DeepSkyBlue;
}
.sup a:visited{
color:fuchsia;
}
.sup input[type=submit]
{
width:100%;
border:none;
cursor:pointer;
background:gray;
}
#f{
width:49%;
}
#l{
width:49.5%;
}
#e{
width:100%;
}
#p{
width:49.5%;
}
#rp{
width:49%;
}
input[type=submit]:hover{
background:MediumVioletRed;
transition:0.6s;
}
#u{
width:100%;
}
#i{
width:100%;
}
#phone{width:100%;}
#std{width:49.5%;}
#enrol{width:49%;}