-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (72 loc) · 1.36 KB
/
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
65
66
67
68
69
70
71
72
73
.libre-baskerville-regular {
font-family: 'Libre Baskerville', serif;
font-weight: 400;
}
.libre-baskerville-bold {
font-family: 'Libre Baskerville', serif;
font-weight: 700;
}
.box{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 440px;
height: 484px;
background-color: white;
opacity: 0.7;
border-radius: 15px;
display: grid;
place-items: center;
font-family: 'Libre Baskerville';
}
.box div{
margin-top: -30px;
}
body {
background-image: url("college.jpg");
background-repeat: no-repeat;
background-size: cover;
}
html {
width: 100%;
height: 100%;
}
.logo {
width: 20%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
}
.buton{
background-color: maroon;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
width: 25%;
margin-top: 30px;
margin-bottom: 20px;
border-radius: 7px;
cursor: pointer;
font-family: 'Libre Baskerville';
}
input{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
box-sizing: border-box;
border-radius: 7px;
border: 1.4px solid #000000;
font-family: 'Libre Baskerville';
}
.user-box{
margin-bottom: -40px;
margin-top: 25px;
}
.pass-box{
margin-bottom: -30px;
}