-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog.css
More file actions
69 lines (54 loc) · 1.09 KB
/
log.css
File metadata and controls
69 lines (54 loc) · 1.09 KB
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
body{
background-image: url(https://www.cyberhelpindia.com/blogs/wp-content/uploads/2016/09/944772.jpg);
background-size: cover;
}
.hed{
text-align: center;
margin: 80px 0;
}
h1{
font-size: 70px;
color: rgb(255, 174, 0);
padding-top: 150px;
padding-right: 50px;
padding-bottom: 5px;
}
.input{
text-align: center;
margin: 80px 0;
}
input[type="text"]{
height: 50px;
text-align: center;
width: 500px;
background: #e5c9f5;
font-family: "Nunito",sans-serif;
font-weight: bold;
font-size: 20px;
border: none;
}
input[type="password"]{
height: 50px;
width: 300px;
margin-left: 10px;
text-align: center;
background: #e5c9f5;
font-family: "Nunito",sans-serif;
font-weight: bold;
font-size: 20px;
border: none;
}
button{
height: 40px;
width: 100px;
background: rgb(248, 200, 200);
}
.nav{
text-align: center;
margin: 20px 0;
}
li {
color: rgb(255, 0, 13);
font-size: 30px;
padding-bottom: 30px;
}