-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (37 loc) · 818 Bytes
/
Copy pathstyle.css
File metadata and controls
41 lines (37 loc) · 818 Bytes
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
/* *{
margin: 0;padding: 0;
box-sizing: border-box;
} */
#main{
height: 100%;
width: 100%;
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("Student_Records_.jpg");
background-position: center;
background-size: cover;
position: absolute;
}
#input{
width: 25rem;
height: 28rem;
box-shadow: 10px 10px 15px rgb(146, 107, 107);
position: relative;
margin: 6% auto;
font-weight: bolder;
background-color: #f5eef4;
padding: 8px;
color: rgb(117, 50, 50);
text-align: center;
}
input{
font-weight: bolder;
background-color: rgba(0,0,0,0.8);
color: white;
border: none;
margin: 10px;
padding: 10px;
box-shadow: 4px 4px 10px white;
border-radius: 9px;
}
p{
margin-top: 15px;
}