blob: a232fc8c03415f8fbb1bf545f16b12c85eabd0a5 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<title>Gradient background with near-zero background-size</title>
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-size">
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#background-image">
<link rel="match" href="reference/background-size-near-zero-ref.html">
<div style="background-image: linear-gradient(green, green);
width: 100px; height: 100px; background-size: 0.2px 0.2px">
</div>
|