CSS Battle #43 – Wrench #852
jmslynn
started this conversation in
CSS Battles
Replies: 1 comment
-
Nice! Sorry I missed it again - been sick the last couple days 🤒 Here's a quick one I whipped up: Code Source<div></div>
<style>
html{
background:#6592CF;
color:#243D83;
clip-path:inset(0 145px)
}
div {
margin:30 177 0 57;
height: 182;
border-radius:70px;
border:30px solid;
-webkit-box-reflect:right -30px;
}
</style> |
Beta Was this translation helpful? Give feedback.
0 replies
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}
Here's the solution we worked on during the meeting:
Code Source
Beta Was this translation helpful? Give feedback.
All reactions