<html>
<head>
   <style>
   .triangle_up {
      width: 0;
      height: 0;
      border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-bottom: 100px solid #0088FF;
   }
   </style>
</head>
<body>
   <div class="triangle_up"></div>
</body>
</html>
×

Report a Problem: