CSS Battle #1 – Simply Square #886
meg-gutshall
started this conversation in
CSS Battles
Replies: 3 comments 1 reply
-
First round – 691.3 {155}<div></div>
<style>
body {
margin: 0;
background: #5d3a3a;
}
div {
width: 200px;
height: 200px;
background: #b5e0ba;
}
</style> Refactored using
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Code Source – 771.26 {89}<body style=background:#5d3a3a;margin:0><p style=background:#b5e0ba;width:200;height:200> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Code Source – 807.23 {69}<style>*>*{height:384;background:conic-gradient(#5d3a3a 75%,#b5e0ba 0 |
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 {character count}
Beta Was this translation helpful? Give feedback.
All reactions