mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
14 lines
179 B
HTML
14 lines
179 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
b {
|
|
position: relative;
|
|
top: 25px;
|
|
}
|
|
i {
|
|
position: relative;
|
|
top: 25px;
|
|
right: 25px;
|
|
}
|
|
</style>
|
|
<body>foo <b>bar</b> <b><i>baz</i></b>
|