We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1986e commit 03dcdf5Copy full SHA for 03dcdf5
Moon/index.html
@@ -0,0 +1,11 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>Moon</title>
8
+ <link rel="stylesheet" href="style.css" />
9
+ </head>
10
+ <body></body>
11
+</html>
Moon/style.css
+body {
+ background-color: #ffffff;
+ opacity: 0.8;
+ background-image: radial-gradient(
+ ellipse farthest-corner at 10px 10px,
+ #1ce0bc,
+ #1ce0bc 50%,
+ #ffffff 50%
+ );
+ background-size: 30px 30px;
+}
0 commit comments