CSS Battle #140 – Eclipse #1444
Narigo
started this conversation in
CSS Battles
Replies: 3 comments
-
Code Source – 647.3 {224}<style>&{background:
conic-gradient(#3210 135deg, #1038BF 0 225deg, #3210 0) 0 -24px / 100% 324px,
radial-gradient(1q,#4F77FF 40px, #3210 0)0 -20px / 100% 100% no-repeat,
radial-gradient(1q,#FFF 40px, #4F77FF 0)0 -60px |
Beta Was this translation helpful? Give feedback.
0 replies
-
Code Source – 606.27 {436}<div m></div>
<div t></div>
<style>
body {
background: #4F77FF;
display: grid;
justify-items: center;
align-content: end;
margin: 0;
}
[m] {
width: 80;
height: 80;
background: radial-gradient(circle at 50% 100%, #4F77FF 40px, #FFF 40px);
border-radius: 50%;
position: absolute;
top: 50px;
}
[t] {
border: 162.5px solid transparent;
border-bottom-color: #1038BF;
}
</style> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Code Source – 602.71{524}<div m></div>
<div t></div>
<style>
body{
background: #4F77FF;
display: grid;
justify-items: center;
align-content: end;
margin: 0;
}
[m] {
width: 80;
height: 80;
background: #fff;
border-radius: 50%;
position: absolute;
top: 50;
z-index: -1;
}
[m]::after {
content: "";
position: absolute;
width: 80;
height: 80;
background: #4F77FF;
border-radius: 50%;
top: 40;
left: 0;
}
[t]{
border: 162.5px solid transparent;
border-bottom-color: #1038BF;
}
</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
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