-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
47 lines (40 loc) · 748 Bytes
/
index.css
File metadata and controls
47 lines (40 loc) · 748 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
body {
background-image: url("./resources/bg2.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.header {
display: flex;
align-items: center;
justify-content: center;
height: 70px;
font-size: 3.2rem;
color: wheat;
background-image: linear-gradient(to right, rgb(94, 8, 94, 0.5), rgb(94, 8, 94, 0.5));
}
.icon{
cursor: pointer;
color: wheat;
font-size: 20px;
}
.container{
margin-top: 40px;
}
.form-control{
background-color: rgba(0, 0, 0, 0.637);
color:wheat;
}
.ui label {
color: wheat;
padding-top: 5px;
text-align: center;
}
.background {
border-radius: 15px;
background-color: rgba(0, 0, 0, 0.616);
padding: 20px;
}
.submit {
width: 100%;
}