CSS Battle #150 – Finger Heart #1469
Narigo
started this conversation in
CSS Battles
Replies: 1 comment
Code Source – 613.44 {356}<div></div>
<style>
&{background:conic-gradient(at 150px, #4F77FF 75%,#1038BF 0)}
div {
&::before,
&::after {
content:'';
position:fixed;
top:100;left:50;
border:25px solid #1038BF;
border-radius:50px;
width:100;
}
&::after {
transform-origin:50%;
rotate:90deg;
}
}
</style>```
</details> |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 {characters}
All reactions