CSS Battle #49 – Stay at Home #885
meg-gutshall
started this conversation in
CSS Battles
Replies: 2 comments
-
My first attempt using
|
Beta Was this translation helpful? Give feedback.
0 replies
-
First pass using triangles and margins – 616.74 {333}(after minification)<p r>
<dt>
<p w>
<p d>
<style>
*{
background:#6592CF;
}
[r] {
margin:-58 92 0;
border: 25vw solid #0000;
width:0;
border-bottom-color:#243D83;
}
dt {
background:#243D83;
width:150;
height:105;
margin:-10 117;
border-radius: 10px;
padding:5 0 0
}
dt p {
background:#EEB850;
}
[w] {
margin:0 25;
height:10;
border-radius:1in
}
[d] {
height:50;
margin:45 50;
border-radius: 10px 10px 0 0;
}
</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 {character count}
Beta Was this translation helpful? Give feedback.
All reactions