CSS Battle #97 – Snowman #1298
meg-gutshall
started this conversation in
CSS Battles
Replies: 1 comment
-
Code Source – 600.38 {731}<style>
&{
background:
/* scarf */
radial-gradient(1q at 175px 148px,#FFA63F 5px, #0000),
radial-gradient(1q at 225px 148px,#FFA63F 5px, #0000),
linear-gradient(#FFA63F,#FFA63F) 50% 143px / 54px 10px no-repeat,
linear-gradient(#0000 139px, #AC474B 0 157px,#0000 0),
/* hat */
linear-gradient(#0E1F2B 15px,#fff 0 25px,#0E1F2B 0 30px) 50% 55px / 40px 40px no-repeat,
linear-gradient(#0E1F2B,#0E1F2B) 50% 95px / 60px 5px no-repeat,
/* head */
radial-gradient(1q at 190px 118px,#0E1F2B 5px, #0000),
radial-gradient(1q at 210px 118px,#0E1F2B 5px, #0000),
radial-gradient(1q at 200px 125px,#fff 30px, #0000),
/* body */
radial-gradient(1q at 200px 195px,#fff 50px, #AC474B);
} |
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