feat(v1,v2,v3,v4,v5): Upload all previous and current version

This commit is contained in:
2023-01-19 14:24:31 +01:00
parent 80f13a2dfa
commit d663b04368
619 changed files with 41589 additions and 0 deletions

40
v1/css/particles.css Normal file
View File

@@ -0,0 +1,40 @@
canvas { display: block; }
#particles-js {
position: fixed;
width: 100%;
height: 100%;
background: #00356b;
}
.content {
position: absolute;
top: 50%;
right: 50%;
transform: translate( 50%, -50% );
width: 100%;
color: #fff;
max-width: 90%;
padding: 2em 3em;
background: rgba(0, 0, 0, 0.4);
text-shadow: 0px 0px 2px #131415;
}
a, a:visited {
color: #e34234;
transition: 0.25s;
}
a:hover, a:focus {
color: #ba160c;
}
/*
h1 {
font-size: 2.25em;
font-weight: 700;
letter-spacing: -1px;
}
position: absolute;
top: 50%;
right: 50%;
transform: translate(50%, -50%);
*/