diff --git a/assets/seiten/css/services.css b/assets/seiten/css/services.css index e69de29..9add8ac 100644 --- a/assets/seiten/css/services.css +++ b/assets/seiten/css/services.css @@ -0,0 +1,34 @@ +.service, .retouren, .reparaturen { + background: rgba(0, 0, 0, 0.12); + margin-left: 50%; + margin-right: 50%; + transform: translate(-50%, -50%); + text-align: center; + border-radius: 1em; + border: 0.05em solid #121212; + color: #b5b5bd; + width: 90%; + height: 27%; + margin-top: 1em; +} +#tp { + margin-top: 8%; +} +.service p, .reparaturen p, .retouren p{ + text-align: left; + margin-left: 2em; + font-size: 120%; +} + +/* +Scrollbar entfernen +Q: https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp +*/ +/* Chrome, Safari, Opera (Chromium & webkit Browser) */ +body::-webkit-scrollbar { + display: none; +} +body { + -ms-overflow-style: none; /* Internet Explorer & Edge */ + scrollbar-width: none; /* Firefox */ +} \ No newline at end of file diff --git a/assets/seiten/css/shop.css b/assets/seiten/css/shop.css index a7a3573..5790750 100644 --- a/assets/seiten/css/shop.css +++ b/assets/seiten/css/shop.css @@ -23,7 +23,7 @@ width: 81%; height: 26%; } -.top{ +#tp{ margin-top: 6.5%; } .shop-img img { diff --git a/assets/seiten/services.html b/assets/seiten/services.html index 2cd4c3f..2462faf 100644 --- a/assets/seiten/services.html +++ b/assets/seiten/services.html @@ -24,6 +24,16 @@