mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
17 lines
309 B
HTML
17 lines
309 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>background-size: cover; no-repeat, not-fixed on body</title>
|
|
<style type="text/css">
|
|
body
|
|
{
|
|
background-image: url(aqua-32x32.png);
|
|
background-attachment: scroll;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|