Advertisement
LouisSpielt

Versuch Nr.2000

Jan 15th, 2022
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Css:
  2. .box {
  3. margin-top: 15px;
  4. text-align: center;
  5. top: 60rem;
  6. height: auto;
  7. min-width: auto;
  8. clear: both;
  9.  
  10. }
  11. .section-box {
  12. text-align: center;
  13. display: inline-block;
  14. color:black;
  15. width: 25rem;
  16. height: 32rem;
  17. min-width: 25rem;
  18. margin-right: 2.5rem;
  19. margin-left: 2.5rem;
  20. background-color: #646060;
  21. box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .3);
  22. }
  23. .section-box-left {
  24.  
  25. text-align: center;
  26. display: inline-block;
  27. color: black;
  28. width: 45rem;
  29. height: 32rem;
  30. min-width: 25rem;
  31. margin-right: 2.5rem;
  32. margin-left: 2.5rem;
  33. background-color: rgba(187, 187, 187, 0.23);
  34. box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .3);
  35. }
  36. .myImg {
  37. width: 100%;
  38. box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .3);
  39.  
  40. }
  41. .myText {
  42. text-align: left;
  43. padding: 20px;
  44. }
  45.  
  46. ------------------------------------------------------------------
  47. Html:
  48. <div class="box">
  49. <div class ="section-box-left">
  50. <div class="myText"> test
  51. </div>
  52.  
  53. <div class ="section-box">
  54. <!-- <img class="myImg" src="Bild/Bild.jpg"> -->
  55. </div>
  56. </div>
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement