diff --git a/public/css/style.css b/public/css/style.css index 4cee774..4c0e68d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -11,10 +11,10 @@ font-weight: normal; font-style: normal; } -nav .brand-logo { +/*nav .brand-logo { left: 3%; } - +*/ #black { background-color: #000; } @@ -47,18 +47,20 @@ nav .brand-logo { #register { font-family: learningcurve; - margin-left: 40px; -} - -.row { - margin-left: 40px; } .delete { cursor: pointer; } -#get-button { - margin-bottom: 30px; - left: 45%; +.centered { + display: flex; + justify-content: center; + align-items: center; } + +@media screen and (min-width: 480px) { + .brand-logo { + margin-left: 2%; + } +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index c5b9bb9..4e40433 100644 --- a/public/index.html +++ b/public/index.html @@ -13,6 +13,7 @@ +
-
+
@@ -48,6 +49,7 @@

Register all the awesome ladies at Start from Scratch

--> +
diff --git a/public/js/script.js b/public/js/script.js index 3a4c824..8834a10 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -66,7 +66,7 @@ $(function () { // GET STARTED button function $('#get-started').on('click', function() { - document.getElementById('o').innerHTML = "

Register Attendee:

" + + document.getElementById('o').innerHTML = "

Register Attendee:

" + "
" + "
" + "
" + @@ -82,9 +82,9 @@ $(function () { "
" + "
" + "
" + - "View all
" + - "
" + - " " + + "

" + + "
" + + "
" + " " + " " + " " + @@ -103,7 +103,7 @@ $(function () { " " + " " + "
Name
" + - "
"; + "
"; $('#get-started').text(''); }); });