Advertisement
Guest User

ernährung.css

a guest
Oct 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. .mahlzeiten {
  2. background-color: white;
  3. border-radius: 45px;
  4. margin-right: 7,5%;
  5. margin-left: 7,5%;
  6. }
  7. body {
  8. background-color: #E9E9E9;
  9. font-family: 'Nunito' , sans-serif;
  10. overflow-y: auto;
  11. }
  12. .übersicht {
  13. background-color: white;
  14. border-radius: 45px;
  15. margin-right: 7,5%;
  16. margin-left: 7,5%;
  17. margin-bottom: 10px;
  18. }
  19. .übersichttxt {
  20. text-align: center;
  21. padding-top: 5px;
  22. font-size: 60pt;
  23. font-style: light;
  24. }
  25. .hinzufügen{
  26. background-color: #0a82e1;
  27. width: 80%;
  28. margin-right: 10%;
  29. margin-left: 10%;
  30. margin-bottom: 10px;
  31. color:white;
  32. padding-top:10px;
  33. padding-bottom: 10px;
  34. border-radius: 15px;
  35. outline: none;
  36. border: none;
  37. font-size: 50pt;
  38. font-style: light;
  39. }
  40. .kcal{
  41. background-color:#08E967;
  42. border-radius: 90px;
  43. margin-left: 13%;
  44. margin-right: 40%;
  45. margin-top: 30px;
  46. margin-bottom: 30px;
  47. text-align: center;
  48. padding-top: 7px;
  49. padding-bottom: 7px;
  50. font-size: 25pt;
  51. font-style: light;
  52. }
  53. .carbs {
  54. background-color: orange;
  55. border-radius: 90px;
  56. margin-left: 13%;
  57. margin-right: 25%;
  58. margin-top: 30px;
  59. margin-bottom: 30px;
  60. text-align: center;
  61. padding-top: 7px;
  62. padding-bottom: 7px;
  63. font-size: 25pt;
  64. font-style: light;
  65. }
  66. .protein{
  67. background-color: yellow;
  68. border-radius: 90px;
  69. margin-left: 13%;
  70. margin-right: 29%;
  71. margin-top: 30px;
  72. margin-bottom: 30px;
  73. text-align: center;
  74. padding-top: 7px;
  75. padding-bottom: 7px;
  76. font-size: 25pt;
  77. font-style: light;
  78. }
  79. .fett{
  80. background-color: #00EEE8;
  81. border-radius: 90px;
  82. margin-left: 13%;
  83. margin-right: 36%;
  84. margin-top: 30px;
  85. margin-bottom: 30px;
  86. text-align: center;
  87. padding-top: 7px;
  88. padding-bottom: 7px;
  89. font-size: 25pt;
  90. font-style: light;
  91. }
  92. .grau{
  93. margin: 0 0 0 0;
  94. padding: 0 0 0 0
  95. background-color: grey;
  96. width: 74%;
  97. }
  98. .kreis{
  99. background-color: grey;
  100. width: 100px;
  101. height: 100px;
  102. border-radius: 50px;
  103. display: inline-block;
  104. margin-left: 5px;
  105. margin-top: 10px;
  106. margin-bottom: 10px;
  107. float: left;
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement