11 lines
248 B
HTML
11 lines
248 B
HTML
<!DOCTYPE html>
|
|
<title>CSS Test Reference</title>
|
|
<style>
|
|
body {
|
|
background-position: top left;
|
|
background-repeat: no-repeat;
|
|
background-size: 100px 100px;
|
|
background-image: linear-gradient(blue 40px, yellow);
|
|
}
|
|
</style>
|
|
<body>
|