Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ### HTML and CSS challenge
  2.  
  3. Create a website about your lightning talk using the HTML and CSS skills you have just learnt.
  4.  
  5. #### Specs
  6. - Make sure your body has `margin: 0px;`
  7. - Add a homepage (index.html) featuring a photo of the main theme of your lightning talk and a brief description of it (can just be lorem ipsum), use `margin: 0 auto;` and `max-width: 700px;` to center the main container class, use `width: 100%` to tame the size of your image
  8. - Create a nav bar (that has an id of nav) with 2 links to an about me page and contact me page
  9. - Add an `a`link in the main body of the description text, make it dodgerblue color
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement