decentralized-id.github.io/assets/particle-banner/particles.css

28 lines
532 B
CSS
Raw Normal View History

.did-title {
font-family: sans-serif;
position: relative;
width: 100%;
2019-03-31 23:50:40 +00:00
height: 100px;
2019-04-01 06:16:03 +00:00
text-align: left;
vertical-align: middle;
2019-03-31 20:49:46 +00:00
color:#0f477e;
overflow: visible;
2019-03-31 23:53:01 +00:00
font-size: 1em;
}
.did-title .content{
z-index: 100;
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
2019-03-31 20:49:46 +00:00
text-shadow: 0px 0px 10px #f0fff0, 0px 0px 20px #f0fff0;
}
.did-title canvas{
position:absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}