CSS Battle #109 – Curtain #1305
meg-gutshall
started this conversation in
CSS Battles
Replies: 2 comments 1 reply
-
Code Source – 644.67 {230}```html
<div></div>
<style>
div {
width: 999;
height: 900;
translate: -58px -58px;
background: linear-gradient(135deg, #0000 275px, #191919 0), radial-gradient(circle, #F6E59C 20px, #191919 0) 0 / 60px 60px;
}
</style> |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Grid solution Code Source – 621.04 {309}<div>
<p><p><p><p>
<p><p><p><p b>
<p><p><p b><p b>
<p>
</div>
<style>
&{background:#191919}
div {
margin:20 12;
display:grid;
grid-template-columns:repeat(4,40px);
gap:20px;
}
p{margin:0;width:40;height:40;border-radius:50%;background:#F6E59C}
[b]{background:#fff0}
</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