CSS Battle #66 – Batmicky #975
Narigo
started this conversation in
CSS Battles
Replies: 1 comment
-
Code Source – 600.1 {866}<div></div>
<style>
body {background: #191919;display:grid;place-items:center}
div {
width: 250px;
height: 100px;
position:relative;
background:
radial-gradient(circle at 66px 160px, #191919 100px, #0000 0),
radial-gradient(circle at 185px 160px, #191919 100px, #0000 0),
radial-gradient(circle at 100% 50px, #191919 50px, #0000 0),
radial-gradient(circle at 0px 50px, #191919 50px, #0000 0),
#F2AD43;
}
div::before {
position:absolute;
inset: 0 85px 70px;
content: '';
background:
radial-gradient(circle at 30px 10px, #F2AD43 5px, #0000 0),
radial-gradient(circle at 50px 10px, #F2AD43 5px, #0000 0),
linear-gradient(#191919 10px, #0000 0),
linear-gradient(to right,#191919 30px, #F2AD43 0 50px, #191919 0),
#191919;
border-radius: 0 0 10px 10px;
}
</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}
Beta Was this translation helpful? Give feedback.
All reactions