-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog.css
More file actions
94 lines (88 loc) · 1.44 KB
/
log.css
File metadata and controls
94 lines (88 loc) · 1.44 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
body,
html {
margin: 0px;
width: 100%;
}
.home{
background: url('../MY\ P/iz.jpg');
background-size: cover;
min-height: 120vh;
height: 200vh;
}
.home h3{
margin-top: 150px;
margin-left: 350px;
}
.header{
display: flex;
background-color: rgba(0, 0, 0, 0.089);
align-items: flex-end;
position: static;
padding: 5px 5px;
margin: 1px;
justify-content: space-between;
}
ul {
display:flex;
justify-content:space-between;
padding: 10px;
}
.header ul {
list-style: none;
display: flex;
padding-left: 80px;
width: 30%;
}
.header ul li {
justify-content: center;
width: 20px;
padding-left: 0%;
color: black;
display: flex;
}
.header ul li a {
text-decoration: none;
color: black;
padding: 5px 20px;
background-color: whitesmoke;
}
.header ul li {
text-decoration: none;
color: aliceblue;
padding: 3px 30px;
margin-left: 20px;
}
.login {
display: inline-block;
padding-left: 90px;
padding-top: 60px;
}
.login div button {
width: 100px;
gap: 20px;
height: 20px;
background: #10913b;
border-radius: 30PX;
margin-top: 20px;
border: #10913b;
}
.login div button a{
text-decoration: none;
color:black ;
font-weight: bold;
}
.login div input{
width: 300px;
height: 30px;
border: none;
/* margin-top: 20px; */
}
.home h4{
padding-left: 90px;
}
footer{
text-align: center;
padding: 3px;
background-color:rgba(0, 0, 0, 0.363);
color: white;
}