зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
326 B
HTML
19 строки
326 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div {
|
|
width: 260px;
|
|
height: 260px;
|
|
background-size: 100px 100px;
|
|
background-position: -20px -20px;
|
|
background-image: -moz-linear-gradient(left top, yellow, blue);
|
|
background-image: linear-gradient(left top, yellow, blue);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|