forked from Himanshu44626748/project.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (48 loc) · 753 Bytes
/
style.css
File metadata and controls
49 lines (48 loc) · 753 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
div
{
padding: 0;
}
.img
{
width:7%;
margin-bottom: 0px;
margin-left:70px;
}
h1
{
margin-left:20px;
margin-top: 0px;
}
body
{
background-image: url("projectbackground.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 200px;
margin-left:100px;
box-sizing: border-box;
font-family: 'Aldrich';font-size: 22px;
}
input[type=text],input[type=password]
{
border-bottom: 2px solid #d9d9d9;
margin: 25px 0;
padding:5px;
width:15%;
border-radius:8px;
font-family: 'Aldrich';font-size: 15px;
}
a.login
{
margin-left: 60px;
padding: 8px;
background-color:#3c3c3c;
color:white;
font-family: 'Aldrich';font-size: 22px;
text-decoration: none;
}
a:hover
{
background-color:#787878;
}