Guest User

Untitled

a guest
Jun 25th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="description" content="Gist にどう表示されるかのテスト">
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width">
  7. <title>JS Binタイトルタグ</title>
  8. <style id="jsbin-css">
  9. .test {
  10. font-weight: 700;
  11. color: rgba(10,14,212,.8);
  12. display: block;
  13. border: 1px solid red;
  14. padding: 8px;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <p class="test">Gistのテスト</p>
  20.  
  21.  
  22. <script id="jsbin-source-css" type="text/css">.test {
  23. font-weight: 700;
  24. color: rgba(10,14,212,.8);
  25. display: block;
  26. border: 1px solid red;
  27. padding: 8px;
  28. }</script>
  29. </body>
  30. </html>
Add Comment
Please, Sign In to add comment