mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
abd6380cce
These just map to the LTR+TB defaults for now, as we don't yet resolve any of the inputs to the logical property selection algorithm.
29 lines
No EOL
590 B
HTML
29 lines
No EOL
590 B
HTML
<!doctype html><style>
|
|
* {
|
|
border: 1px solid black;
|
|
}
|
|
body {
|
|
width: 500px;
|
|
}
|
|
.a {
|
|
padding-top: 100px;
|
|
padding-block-start: 10px;
|
|
padding-bottom: 50px;
|
|
padding-block-end: 20px;
|
|
padding-left: 80px;
|
|
padding-inline-start: 40px;
|
|
padding-right: 90px;
|
|
padding-inline-end: 45px;
|
|
}
|
|
.b {
|
|
margin-top: 100px;
|
|
margin-block-start: 10px;
|
|
margin-bottom: 50px;
|
|
margin-block-end: 20px;
|
|
margin-left: 80px;
|
|
margin-inline-start: 40px;
|
|
margin-right: 90px;
|
|
margin-inline-end: 45px;
|
|
|
|
}
|
|
</style><div class="a"><div class="b"><span>Hello</span> |