mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-01-10 11:31:30 +01:00
15 lines
167 B
CSS
15 lines
167 B
CSS
svg {
|
|
background: #57809b33;
|
|
width: 100%;
|
|
}
|
|
|
|
div {
|
|
position: relative;
|
|
}
|
|
|
|
div h4 {
|
|
position: absolute;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 5px 0;
|
|
}
|