diff options
Diffstat (limited to 'client/index.html')
| -rw-r--r-- | client/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/index.html b/client/index.html index e918f39..af3f5dd 100644 --- a/client/index.html +++ b/client/index.html @@ -11,10 +11,6 @@ </head> <body> - - <div id="testingdivs"> - </div> - <header id="logo-header"> <img src="img/logo_sogyo_rgb_199x200-1.jpg"> </header> @@ -64,8 +60,12 @@ Buy <span class="adults">2</span> adult tickets & <span class="child">2</span> kid tickets for a <span class="percentage">15</span>% discount! </div> </div> - <label>Adults: </label><input placeholder="adults" type="number" class="numberofadults" /> - <label>Kids: </label><input placeholder="kids" type="number" class="numberofkids" /> + <div class="adultinput"> + <label>Adults: </label><input placeholder="adults" type="number" class="numberofadults" /> + </div> + <div class="kidsinput"> + <label>Kids: </label><input placeholder="kids" type="number" class="numberofkids" /> + </div> <div class="total"><span class="sign">€</span><span class="price">0,-</span></div> <button class="orderbutton"> <span class="front"> |
