Answers for "création forme geometrique 5 cote html css"

CSS
0

création forme geometrique 5 cote html css

#triangle-left{
  width  : 0;
  height : 0;
  border-top    : 25px solid transparent;
  border-bottom : 25px solid transparent;
  border-right  : 50px solid green;
}
Posted by: Guest on June-23-2021

Browse Popular Code Answers by Language