mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
28 lines
534 B
CSS
28 lines
534 B
CSS
.did-title {
|
|
font-family: sans-serif;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
color:#0f477e;
|
|
overflow: visible;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.did-title .content{
|
|
z-index: 100;
|
|
position:absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
text-shadow: 0px 0px 10px #f0fff0, 0px 0px 20px #f0fff0;
|
|
}
|
|
|
|
.did-title canvas{
|
|
position:absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
} |