mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
15 lines
284 B
HTML
15 lines
284 B
HTML
<style>
|
|
* {
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<!-- To rebase:
|
|
1. Open object-fit-position.html in Ladybird
|
|
2. Right click > "Take Full Screenshot"
|
|
3. Update the image below:
|
|
-->
|
|
<img src="./images/object-fit-position.png">
|