-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsachiniStyles.css
More file actions
50 lines (36 loc) · 734 Bytes
/
sachiniStyles.css
File metadata and controls
50 lines (36 loc) · 734 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
42
43
44
45
46
47
48
49
50
body{
background: url("images/background_Staff_Registration.jpg");
background-size: 100%;
background-position: 2px;
}
.mainProjectManager{
width : 500px;
margin: 100px auto;
}
.loginProjectManager{
background-color: rgba(0, 0 , 0 ,0.4);
width : 100%;
font-size: 25px;
border-radius: 10px;
}
#LoginByProjectManager{
margin: 40px;
}
label{
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
}
#nameSachini{
width : 400px;
padding : 5px;
}
#Sachinibutton{
text-align: center;
width : 200px;
padding : 5px;
font-size: 15px;
font-weight: 400;
border-radius: 3px;
background-color: orange;
cursor: pointer;
}