CSS Battle #14 – Web Maker Logo #926
aishwarya-mali
started this conversation in
CSS Battles
Replies: 1 comment
-
using borders – 592.89 {651}<p><p><p><p>
<style>
body{
background:#F2F2B6;
}
p{
width: 0;
height: 0;
border-style: solid;
border-width: 130px 75px 0 75px;
position: absolute;
top: 70px;
}
p:nth-of-type(1){
border-color: #FF6D00 transparent transparent;
left: 60px;
z-index: 5
}
p:nth-of-type(2){
border-color: #FD4602 transparent transparent;
left: 80px;
}
p:nth-of-type(3){
border-color: #FD4602 transparent transparent;
right: 80px;
rotate: 180deg;
z-index: 5
}
p:nth-of-type(4){
border-color: #FF6D00 transparent transparent;
right: 60px;
rotate: 180deg;
}
</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