mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-08 09:11:01 +00:00
15 lines
365 B
HTML
15 lines
365 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<style>
|
||
|
|
span {
|
||
|
|
display: inline-block;
|
||
|
|
min-width: 12px;
|
||
|
|
min-height: 12px;
|
||
|
|
background-image: url("../assets/2x2checkerboard.png");
|
||
|
|
background-size: calc(max(0.75em, 12px));
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body><span></span><img src="../assets/2x2checkerboard.png">
|