mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:48:11 +00:00
14 lines
301 B
HTML
14 lines
301 B
HTML
<style>
|
|
body {
|
|
font-family: 'SerenitySans';
|
|
}
|
|
|
|
.displaced_text {
|
|
height: 20px;
|
|
top: 40px;
|
|
left: 30px;
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
|
|
</style>text text text<span class="displaced_text">displaced text</span>more inline text
|