-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
64 lines (62 loc) · 992 Bytes
/
style.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
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: 15px;
padding: 8px;
background-color:#3c3c3c;
color:white;
font-family: 'Aldrich';font-size: 22px;
text-decoration: none;
}
a:hover
{
background-color:#787878;
}
.right{
display: inline-block;
/* border: 2px solid yellow; */
position: absolute;
right: 34px;
top: 20px;
}
.btn{
font-family: 'Baloo Bhai 2', cursive;
padding:4px 14px ;
cursor: pointer;
}
.btn:hover{
background-color: white;