You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
385 B

.particle_banner {
position: relative;
overflow: hidden;
}
.particle_banner .container {
width: 100%;
position: absolute;
top: 0;
}
.particle_banner .container h1 {
color: white;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
font-size: 5em;
}
.particle_banner .container h2 {
color: rgba(255, 255, 255, 0.6);
text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
font-size: 3em;
}