aniketsinha2002 / DataGeek

A static educational website related to Data Science built using HTML, CSS, JS, Bootstrap and Tailwind from scratch
https://aniketsinha2002.github.io/DataGeek/
91 stars 192 forks source link

Alignment of Sign Up button done and Underscore Removed #503

Closed rks-031 closed 1 year ago

rks-031 commented 1 year ago

Description

  1. Sign Up button was not aligned in the center initially and was not in sync with other navbar links. Now, the Sign Up button is aligned properly in center by adding the margin-left css property.
  2. Sign Up button is needed a little top margin to give it a more clean and defined look. Thus, margin-top css property is added to encounter this issue.
  3. Sign Up button was named as; Sign_Up initially which is now renamed as Sign Up by eliminating the underscore to make the text go uniform with the other links in the navbar.

Fixes #502

Issue Title: Alignment of Sign Up Button when screen size is reduced.

Screenshots

These screenshots show the subsequent implementation of changes that I did :

err-1

corr-2

corr-4

corr-5

Checklist