CSS Battle #87 – Building Blocks #1208
Narigo
started this conversation in
CSS Battles
Replies: 1 comment
-
Code Source – 601.45 {590}<div></div>
<div b></div>
<style>
&{background:#F3AC3C}
div {
position:fixed;
width: 150;
height: 100;
--r: radial-gradient(circle at 0 0, #1A4341 10px, #F3AC3C 0);
background:
var(--r) 140px 40px / 10px 10px no-repeat,
var(--r) 90px 90px / 10px 10px no-repeat,
radial-gradient(circle at 110px 60px, #F3AC3C 10px, #1A4341 0) 0 0 / 110px 60px no-repeat,
linear-gradient(#F3AC3C, #F3AC3C) 100px 50px no-repeat,
#1A4341;
border-radius: 10px;
top:65;left:65
}
[b] {
transform-origin: 90% 85%;
rotate: 180deg
}
</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 {characters}
Beta Was this translation helpful? Give feedback.
All reactions