1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.public { header { padding: 0.5em 0; h1 { background: asset-url('logos.svg'); height: 150px; background-position: 0 -676px; background-repeat: no-repeat; margin: 5px auto 0 auto; width: 150px; span { display: block; overflow: hidden; text-indent: 100%; white-space: nowrap; } } } }