We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2241c18 commit dc48f51Copy full SHA for dc48f51
11. Generative Art/index.html
@@ -0,0 +1,10 @@
1
+<!DOCTYPE html>
2
+<html lang="en" dir="ltr">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title></title>
6
+ <link rel="stylesheet" href="styles.css">
7
+ </head>
8
+ <body>
9
+ </body>
10
+</html>
11. Generative Art/styles.css
@@ -0,0 +1,23 @@
+body:before {
+ content: "";
+ position: fixed;
+ inset: -50px;
+ background:
+ repeating-radial-gradient(#000 0 0.0001%,#fff 0 0.0002%)
+ 60% 60%/3000px 3000px,
+ repeating-conic-gradient(#000 0 0.0001%,#fff 0 0.0002%)
+ 40% 40%/4000px 3000px;
+ background-blend-mode: difference;
11
+ filter: blur(2px) contrast(100) brightness(40);
12
+ mix-blend-mode: lighten;
13
+ }
14
+
15
+ body {
16
+ background: #00DFFC;
17
+ margin: 0;
18
+ min-height: 100vh;
19
20
21
+ html {
22
+ background: #fff;
23
0 commit comments