-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
125 lines (117 loc) · 2.22 KB
/
style.css
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
body{
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 95vh;
overflow: hidden;
}
.container{
background: transparent;
backdrop-filter: blur(20px);
border-radius: 30px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
position: center;
overflow: hidden;
width: 768px;
max-width: 90%;
min-height: 380px;
}
.container img{
display: flex;
width: 100px;
height: 100px;
background-color: var(--first-color);
border-radius: 100%;
max-width: 50%;
}
.container span{
margin: 0;
padding: 0;
font-size: 9px;
display: absolute;
height: 100%;
width: 100%;
}
.container h1{
margin: 0;
padding: 16px;
font-size: 25px;
display: absolute;
width: 134px;
}
.container form{
background: transparent;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 40px;
height: 80%;
width: 80%;
}
.
.form-container{
position: relative;
top: 100px;
left: 50%;
width: 100px;
height: 100%;
align-items: center;
justify-content: center;
display: flex;
}
.image-prof{
margin: 65px;
position: center;
height: 50%;
align-items: center;
justify-content: center;
display: flex;
}
.bottom-container{
display: flex;
align-items: center;
justify-content: center;
}
.bottom-container sc{
display: flex;
height: 0;
justify-content: center;
align-items: center;
}
.bottom-container h6{
font-size: 8px;
}
.social-icons{
margin: 10px 0;
display: flex;
justify-content: center;
align-items: center;
}
.social-icons a{
display: flex;
justify-content: center;
align-items: center;
margin: 3px;
width: 20px;
height: 20px;
color: black;
top: 10px;
text-decoration: none;
}
.background-clip{
position: absolute;
z-index: -1;
right: 0;
bottom: 0;
}