-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustom.css
More file actions
52 lines (51 loc) · 1.06 KB
/
Copy pathCustom.css
File metadata and controls
52 lines (51 loc) · 1.06 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
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
.main {
width: 100%;
height: 100vh;
background-image: url("alev-takil-x2Or94kjaqo-unsplash.jpg");
background-size: 100% 100vh;
background-repeat: no-repeat;
background-position: center;
}
.main .overlay {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
color: white;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
}
.main .overlay .title {
color: white;
text-align: center;
margin: 10px;
font-size: 2.5rem;
}
.main .overlay .col {
margin-top: 20px;
width: 1000px;
height: 100px;
display: flex;
text-align: center;
justify-content: center;
color: white;
}
.main .overlay .col div {
width: 250px;
}
.main .overlay .col input {
display: inline;
width: 40%;
height: 60px;
font-size: 40px;
text-align: center;
border-radius: 5px;
border-color: transparent;
background-color: rgba(255, 255, 255, 0.9);
}/*# sourceMappingURL=Custom.css.map */