mirror of
https://github.com/servo/servo.git
synced 2025-06-26 10:04:33 +01:00
11 lines
196 B
HTML
11 lines
196 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Test Reference</title>
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-image: linear-gradient(purple, yellow);
|
|
}
|
|
</style>
|
|
<div></div>
|