Answers for "square with 2 colors css"

CSS
0

square with 2 colors css

div {
  display: inline-block;
  border-top: 120px solid #F08080;
  border-right: 120px solid #FFDD40;
}
Posted by: Guest on May-11-2021

Browse Popular Code Answers by Language