Guest User

Untitled

a guest
Nov 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 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. p
  9. {
  10. color: blue;
  11. font-style : italic;
  12. font-family : Arial;
  13. font-size : 20px;
  14. font-weight : bold;
  15. background-color : aqua;
  16. margin : 30px;
  17. padding : 12px;
  18. text-align : center;
  19. box-shadow : 6px 6px 4px blue;
  20. text-shadow : 2px 2px 6px black;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <p> J'Γ©cris directement le code html</p>
  26.  
  27.  
  28.  
  29. <script id="jsbin-source-css" type="text/css">p
  30. {
  31. color: blue;
  32. font-style : italic;
  33. font-family : Arial;
  34. font-size : 20px;
  35. font-weight : bold;
  36. background-color : aqua;
  37. margin : 30px;
  38. padding : 12px;
  39. text-align : center;
  40. box-shadow : 6px 6px 4px blue;
  41. text-shadow : 2px 2px 6px black;
  42. }</script>
  43. </body>
  44. </html>
Add Comment
Please, Sign In to add comment