CSS Battle #111 – Rain Drops #1334
Narigo
started this conversation in
CSS Battles
Replies: 2 comments
-
Code Source (not minified) – 612.1 {367}<div><div><div>
<style>
body {
background: #F3AC3C;
transform: translate(-35.5px, -110px) rotate(-135deg)
}
div {
background: #254241;
width: 80;
height: 80;
border-radius: 50% 50% 0;
transform: rotate(180deg);
transform-origin: 89.5px 89.5px;
div>div {
transform: translate(7px, -7px) rotate(90deg);
}
}
</style> |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I found something interesting! I don't know if this is for plus members only or everyone, but you can publish your solutions now! |
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