CSS Battle #105 – Ryuk #1326
meg-gutshall
started this conversation in
CSS Battles
Replies: 1 comment
-
Code Source – 602.66 {526}<div></div>
<div></div>
<style>
body {
margin: 130 0 0 30;
background: conic-gradient(at 50% 92px,#475862 45deg,#BAC7CE 45deg 315deg, #475862 0);
}
div+div {
transform: translate(220px,-120px) scaleX(-1) rotate(-15deg);
}
div {
width: 120px;
height: 120px;
background:
radial-gradient(#4E2B24 15px,#000 0 20px,transparent 0 50px,#000 0),
radial-gradient(circle at 56px 74px, #0000 50px,#5A6042 0),
#868A64
;
transform: rotate(-15deg);
border-radius: 0 50%;
}
</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
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}
Beta Was this translation helpful? Give feedback.
All reactions