mirror of
https://github.com/Wessel/portfolio.git
synced 2026-07-26 10:12:37 +02:00
feat(v1,v2,v3,v4,v5): Upload all previous and current version
This commit is contained in:
40
v1/css/particles.css
Normal file
40
v1/css/particles.css
Normal 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%);
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user