Jump to content

rmbarber

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by rmbarber

  1. 18 hours ago, Funce said:

     

     

    18 hours ago, Funce said:

    <style> @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } } #triangle-up { width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-bottom: 100px solid red; animation: rotation 0.5s infinite linear; } </style>  <div id="triangle-up"></div>

     

×
×
  • Create New...