we got progress :)

This commit is contained in:
Boof 2022-11-14 12:31:05 +01:00 committed by GitHub
parent a9227faa11
commit bf81985dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@
<div id="grad1"></div>
<style>
#grad1 {
height: 200px;
background-color: cyan; /* For browsers that do not support gradients */
background-image: linear-gradient(cyan, blue);
}