Guest User

Untitled

a guest
Dec 10th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /**
  2. * 平行四边形
  3. */
  4.  
  5. div{
  6. background:#58a;
  7. height:100px;
  8. width:250px;
  9. border:solid 2px orange;
  10. font:200% seris;
  11. display:flex;
  12. margin:2em auto;
  13. align-items:center;
  14. justify-content:center;
  15. transform:skew(-45deg);
  16. }
Add Comment
Please, Sign In to add comment