added particles

This commit is contained in:
Janis
2022-10-31 16:06:03 +01:00
parent 53555aad6a
commit 63f113ec0b
11 changed files with 1954 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ html {
animation-name: backgroundAnimation;
}
#teafire-banner {
#tealfire-banner {
height: 50px;
width: 180px;
padding: 20px;
@@ -66,16 +66,23 @@ html {
float: right;
}
#teafire-banner p {
#tealfire-banner p {
color: teal;
float: left;
font-size: 23pt;
font-weight: bolder;
padding-top: 8px;
padding-left: 5px;
z-index: 5;
}
#teafire-banner img {
#tealfire-banner img {
color: teal;
height: 50px;
float: left;
}
#tealfire-banner .particles-js-canvas-el {
margin-top: -60px;
padding-bottom: 10px;
z-index: 0;
}