Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. body {
  2. background-color: #000000 ;
  3. color: #ffffff;
  4. font-family: calibri, arial, sans-serif;
  5. font-size:1.8em;
  6. margin:1%;
  7. padding:0em;
  8. }
  9.  
  10. header {
  11. text-align:center;
  12.  
  13. }
  14.  
  15. figure {
  16. border-width: 0.1em;
  17. border-style: solid;
  18. border-color: #ffffff;
  19. overflow: hidden;
  20. max-width: 30%;
  21. padding: 1.5%;
  22. margin: 0;
  23. }
  24.  
  25. span.kursiv {
  26. font-style: italic;
  27. }
  28.  
  29. img{
  30. width:100%
  31. }
  32.  
  33. .clear {
  34. clear:left;
  35. }
  36.  
  37. #schnecke {
  38. float:left;
  39. }
  40.  
  41. #text{
  42. padding:0em 2%;
  43. width:62%;
  44. float:left;
  45. text-align:justify;
  46. text-justify:inter-word;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement