CSS Battle #99 – Gift Box #1299
Narigo
started this conversation in
CSS Battles
Replies: 1 comment
-
Forgot to post this! Took me a while to get from 99.9% to 100% though - width and height of the loop on top was my issue. Used a technique that I haven't used before for the box! Code Source – 602.61 {528}<div l></div>
<div r></div>
<div b></div>
<style>
body{
background:#AC474B;
}
*{position:fixed;}
[l],[r] {
top: 42;
left: 157;
position:absolute;
width: 21;
height: 20;
border: 10px solid #fff;
border-radius: 20px 20px 0;
background: #AC474B;
}
[r] {
left:187;
border-radius: 20px 20px 20px 0;
}
[b] {
top: 110;
left: 130;
width: 20;
height: 20;
border: 64q solid;
border-image: linear-gradient(#fff,#fff);
background: #AC474B;
}
</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
-
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