CSS Battles #52 – Break the Chain #897
meg-gutshall
started this conversation in
CSS Battles
Replies: 1 comment 2 replies
-
Pre-minification Code Source – 603.51 {497}<p l>
<p t>
<style>
*{background:#6592CF;position:fixed;color:#243D83;
--s:45px 0,
90px 0,
165px 0,
210px 0,
255px 0,
300px 0;
}
p{background: #243D83;}
[l]{
width:20;
height:20;
top:114;
left:40;
border-radius:1in;
box-shadow:
var(--s),
0 0 0 10px #EEB850,
90px 0 0 10px #EEB850,
45px -10px 0 20px #EEB850
;
}
[t] {
width:10;
height:54;
top:120;
left:45;
box-shadow:var(--s)
} |
Beta Was this translation helpful? Give feedback.
2 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 {character count}
Beta Was this translation helpful? Give feedback.
All reactions