Patrick Salisbury http://a1-pjsalisbury.glitch.me
This project tells the reader a little bit about myself, with some included styling, images, and links.
- Styled page with CSS: The following rules were added:
- The body selector received a background color.
- The h1 selector received a font, centering margin, color, sizing, and border.
- The h2, h3, and p selectors received a font, size, and weight.
- The h2, h3, and p selectors were given separate colors.
- The ol and ul selectors received a color, font, border, font size, and width.
- Extra HTML Tags: The following tags were added:
- The "a" tag was used for hyperlinks to other websites and images.
- The "ol" tag was used for an ordered (numbered) list.
- The "ul" tag was used for an unordered (bullets) list.
- The "li" tag was used for elements in each of these lists.
- the "link" tag was used to link a stylesheet.
- Color palette: An adobe color palette was generated using the monochrome setting. The CSS was implemented to color the site using the palette, and a screenshot of the palette used was included in the repo.