diff --git a/pictures/shopingcart.png b/pictures/shopingcart.png index 0983b0c..1e8b01d 100644 Binary files a/pictures/shopingcart.png and b/pictures/shopingcart.png differ diff --git a/probestyle.css b/probestyle.css index c60ba2b..58b9eaf 100644 --- a/probestyle.css +++ b/probestyle.css @@ -1116,6 +1116,7 @@ font-size: 30px; text-decoration: none; border-radius: 8px; border: 0; + cursor: pointer; } #registrierenAusklappe{ @@ -1136,6 +1137,59 @@ input[type=number] { /*----- Registrierung Ende-------*/ +/*----- Registrierung erfolgreich -----*/ + +.mainContentContainer{ + overflow-y: scroll; + position: absolute; + display:flex; + flex-direction: column; + height: 70.5%; + width: 100%; + top:200px; +} + +.mainContentContainer{ + -ms-overflow-style: none; /* IE and Edge */ + scrollbar-width: none; /* Firefox */ +} +.mainContentContainer::-webkit-scrollbar { + display: none; +} + +.titleContainer { + padding-top: 35px; + padding-left: 35px; +} + +#registeredTitle { + font-size: 30px; +} + +.mainContent { + padding-top: 25px; + padding-left: 55px; + padding-right: 50px; +} + +#textFirstHalf, #cardID { + display: inline; +} + +#loginNowButton { + width: auto; + height: auto; + background-color:#664220 ; + color:white; + font-size: 15px; + padding: 10px 15px; + text-align: center; + border-radius: 8px; + border: none; + cursor: pointer; +} + +/*----- Registrierung erfolgreich Ende -----*/ /*Reservierung*/ diff --git a/registrierung.html b/registrierung.html index d2c34ea..ef510eb 100644 --- a/registrierung.html +++ b/registrierung.html @@ -35,6 +35,8 @@