Skip to content

Instantly share code, notes, and snippets.

@ann-mukundi
Last active April 25, 2021 11:36
Show Gist options
  • Save ann-mukundi/1d1ff79475fcfc9faddf68f34b1594a3 to your computer and use it in GitHub Desktop.
Save ann-mukundi/1d1ff79475fcfc9faddf68f34b1594a3 to your computer and use it in GitHub Desktop.
In the cp-readiness repo created in git and version control, create a branch called HTML-CSS. Use this branch for the exercise below.
Recreate an interface similar to the the google home page (https://www.google.com/)
When a user clicks the “Google Search” button, validation should be done to check whether or not they typed something in the search field.
If they did, then the user should get an alert with what they typed. Otherwise they should be advised to type something.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment