-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit.css
More file actions
50 lines (45 loc) · 1007 Bytes
/
git.css
File metadata and controls
50 lines (45 loc) · 1007 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
48
49
50
@import url('https://rsms.me/inter/inter.css');
html,
body {
background: #000;
}
body {
font-family: 'Inter', sans-serif;
letter-spacing: -1px;
text-align: center;
font-size: 20px;
height: 100vh;
color: #fff;
margin: 0;
}
.hero {
background: url('https://images.unsplash.com/photo-1506318137071-a8e063b4bec0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2093&q=80') no-repeat center center;
justify-content: center;
background-size: cover;
flex-direction: column;
border-radius: 10px;
align-items: center;
position: fixed;
display: flex;
height: 100vh;
width: 100%;
}
.down {
text-align: center;
position: absolute;
opacity: 0.6;
height: 40px;
width: 100%;
bottom: 0;
}
.content {
box-shadow: 0 0 100px rgba(0,0,0,0.4);
/* justify-content: center; */
align-items: flex-end;
padding-bottom: 40px;
position: relative;
background: #000;
height: 100vh;
/* display: flessx;s */
top: 100vh;
}