CSS Battle #39 – Sunset #832
danieltott
started this conversation in
CSS Battles
Replies: 1 comment 1 reply
-
Here's my best attempt (so far! 😁) - 673.33 (178 chars) using Minimized code<style>*{background:radial-gradient(circle,#998235 25vw,#1A4341 0)}*>*{margin:80 0;background:linear-gradient(#0000 50%,#F3AC3C 0)0 0/1q 5ch#1A4341;clip-path:circle(125px at 50vw Readable code<style>
* {
background: radial-gradient(circle, #998235 25vw, #1a4341 0);
}
* > * {
margin: 80 0;
background: linear-gradient(#0000 50%, #f3ac3c 0) 0 0/1Q 5ch #1A4341;
clip-path: circle(125px at 50vw);
}
</style> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Link to battle:
Let's battle! ⚔️
Copy the code block below to format your comment on the discussion thread:
What others will see:
This will result in a nice hidden bit like so:
Code Source – score {character count}
Beta Was this translation helpful? Give feedback.
All reactions