Guest User

Untitled

a guest
Nov 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>JS Bin</title>
  7. <style id="jsbin-css">
  8. /*边框*/
  9. p,span{
  10. /* background-color: red; */
  11. width: 100px;
  12. height: 40px;
  13. /* border-width: 6px; */
  14. border-color: yellow;
  15. /* border-style: dotted; */
  16. /* dashed /dotted*/
  17. /* border:2px blue solid; */
  18. border-bottom: none;
  19. border-bottom:1px black dotted;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <p>shuye100</p>
  25. <span>11111</span>
  26.  
  27.  
  28. </body>
  29. </html>
Add Comment
Please, Sign In to add comment