CSS Battle #26 – Smiley #993
aishwarya-mali
started this conversation in
CSS Battles
Replies: 1 comment
-
597.64{278}<p l><p r><p s>
<style>
body{
background:#6592CF;
display:flex;
justify-content:space-between;
}
p{
width:80;
height:41;
border:20px solid #060F55;
border-bottom:0;
border-radius:90px 90px 0 0;
position:absolute;
}
[l]{
left:41;
top:24;
}
[r]{
right:41;
top:24;
}
[s]{
left:141;
bottom:25;
rotate:180deg;
} |
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