Source code
Revision control
Copy as Markdown
Other Tools
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=0.5" />
<style type="text/css">
body {
margin: 0;
background: linear-gradient(135deg, red, white);
height: 300vh;
}
</style>
</head>
<body></body>
</html>