Guest User

Untitled

a guest
Nov 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /** Problème Intégration HTeuMeuLeu
  2. * The first commented line is your dabblet’s title
  3. */
  4.  
  5. body
  6. {
  7. background-color:#ddd;
  8. padding:24px;
  9. }
  10. div
  11. {
  12. width:300px;
  13. padding:24px;
  14. border:1px solid #ccc;
  15. margin:0 auto;
  16. background-color:#eee;
  17. }
  18. p
  19. {
  20. display:inline;
  21. margin-left:-1px;
  22. padding:2px;
  23. line-height:1.4;
  24. color:#eee;
  25. background-color:#444;
  26. outline:4px solid #444;
  27. }
Add Comment
Please, Sign In to add comment