added background

This commit is contained in:
Boof 2022-11-14 11:39:18 +01:00 committed by GitHub
parent cc905f25c4
commit 01a91c8e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,8 @@
h1 {
font-size: 2em;
}
#grad {
background-image: linear-gradient(cyan, blue);
}