Skip to content

Commit 6ef2b27

Browse files
author
killflex
committed
Edited Project Files
- form submit step 1 - decrease bold text on 'about' section - optimized images - added linktree link
1 parent 37095c7 commit 6ef2b27

19 files changed

Lines changed: 91 additions & 24 deletions

assets/css/success.css

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
2+
3+
* {
4+
padding: 0;
5+
margin: 0;
6+
box-sizing: border-box;
7+
}
8+
9+
body {
10+
font-family: 'Poppins', sans-serif;
11+
}
12+
13+
.container {
14+
position: relative;
15+
width: 100%;
16+
min-height: 100vh;
17+
background-color: #fff;
18+
overflow: hidden;
19+
}
20+
21+
.forms-container {
22+
position: absolute;
23+
width: 100%;
24+
height: 100%;
25+
top: 0;
26+
left: 0;
27+
}
28+
29+
.signin-signup {
30+
position: absolute;
31+
top: 50%;
32+
left: 50%;
33+
transform: translate(-50%, -50%);
34+
width: 50%;
35+
}
36+
37+
form {
38+
display: flex;
39+
align-items: center;
40+
justify-content: center;
41+
flex-direction: column;
42+
}
43+
44+
.title {
45+
font-size: 2.2rem;
46+
color: #444;
47+
margin-bottom: 10px;
48+
}

assets/img/favicon.png

-1.15 MB
Binary file not shown.

assets/img/favicon2.png

-912 KB
Loading

assets/img/itsme.jpg

-9.44 MB
Loading

assets/img/visuals/work1.jpg

-3.72 MB
Loading

assets/img/visuals/work11.jpg

-1.26 MB
Loading

assets/img/visuals/work12.jpg

501 KB
Loading

assets/img/visuals/work12.png

-25.8 MB
Binary file not shown.

assets/img/visuals/work14.jpg

-4.55 MB
Loading

assets/img/visuals/work2.jpg

-1.17 MB
Loading

0 commit comments

Comments
 (0)