mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-11 10:41:04 +00:00
13 lines
284 B
HTML
13 lines
284 B
HTML
|
|
<!DOCTYPE html><style>
|
||
|
|
.outer {
|
||
|
|
margin-left: 10px;
|
||
|
|
width: 80px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.text {
|
||
|
|
display: block;
|
||
|
|
text-align: center;
|
||
|
|
overflow: hidden;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
</style><div class="outer"><span class="text">My super long message!
|