/Dog-Adoption-Web-Page

A one-page layout for an animal shelter's dogs available for adoption

Primary LanguageHTML

Build a Dog Adoption Site

Directions

Your task is to build one page for an animal shelter. You will need to build the HTML and CSS to make this page. The page should look like the following:

Image of the final page

The fonts used are Open Sans and Oswald, and can be included by adding the following line to your document's <head> before your own CSS:

<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:400,700" rel="stylesheet">

The link to the adoption application form should go to #, which is a way to link to the same page as you are currently on.