2017年12月4日 星期一

梯形

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <div class="trapezoid">
  </div>
</body>
</html>


.trapezoid{
   background-image: url(../image/bg.jpg);
   color: white;
    width: 0;
    border-left: 1600px solid transparent;
    border-bottom: 50px solid white;
}


Share:

0 意見:

張貼留言