-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Build a prototype page (i.e. simple example of how it will look, without making it work) for a new search engine
@egillespie Can you take a look at this? It's hosted here and meets the following criteria:
- The page includes the name of your search engine in big letters (you can make it up), with a search
inputbelow it, then a button below that to run the search (the button doesn't have to do anything for this prototype) - The font size of the search engine name is at least 70 pixels, so that it's very easy to see
-
spanelements are wrapped around each letter of the name, like this:<span>G</span><span>o</span><span>o</span><span>g</span><span>l</span><span>e</span>, so that they can be styled individually with classes - The on-hover colors from the paragraphs on this page are used to color individual letters of your name (similar to the letters in Google's logo)
- Inspect the
inputelement at the bottom of the Prototyping states page of the lesson to create an identical-looking search box for your own site (it should even use the same styles onfocus) - The styles from the "Create Account" button at the top of this page are used for your "Search" button (it should even use the same styles on
hoverandactive) - There are no linter errors in your CSS (this will also be expected for all future projects)
- All your CSS exists in a
.cssfile
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels