-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles-b.css
More file actions
80 lines (80 loc) · 1.41 KB
/
styles-b.css
File metadata and controls
80 lines (80 loc) · 1.41 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
body{
margin: 0;
font-family: 'Roboto', sans-serif;
background-color: #e6512d;
}
.background{
background: repeat center/25% url(sources/construction.jpeg);
height: 100vh;
width: 100vw;
filter: opacity(45%);
z-index: -1;
position: fixed;
}
.main-container{
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 10% 55% 25% 10%;
}
.center-container{
margin-top: auto;
margin-bottom: auto;
}
.box{
color: rgb(221, 169, 160);
border-radius: 1em;
text-align: center;
background-color: #131312 ;
}
.profile-in-box{
font-family: 'Nunito', sans-serif;
align-items: center;
display: flex;
padding: 1em;
padding-bottom: 5em;
}
.round-img{
border-radius: 99em;
border: 0.4em solid #131312;
}
.text-0dot2em{
margin: 0.2em
}
.invert-colors{
filter:invert(75%);
}
.separator{
background: white;
width: 95%;
height: 1px;
margin: auto;
}
.header-image{
background: repeat center/65% url(sources/construction.jpeg);
width: 100%;
height: 12em;
border-radius: 1em;
z-index: 0;
}
.main-profile-content{
position: absolute;
display: flex;
z-index: 1;
margin-left: 1em;
margin-top: 10em;
align-items: end;
}
.round-header{
border-radius: 1em;
}
.header-style{
width: 100%;
}
.c-fit-content{
width: fit-content;
height: fit-content;
}
.hidden{
visibility: hidden;
}