summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-06Set default margin to 0AlmightyMiau
Set default margin to 0 in order to remove white border from top-most elements, suchas as #top, #quote, and #bottom
2025-02-05Set footer styleAlmightyMiau
Set background color, and font color and size for footer section.
2025-02-05Set #bottom stylesAlmightyMiau
Set background color, font color, size, and weight for #bottom and #call-to-action sections. Also set default font weight to 300.
2025-02-05Set #quote stylesAlmightyMiau
Set background color, font colors, sizes, and styles for the #quote section.
2025-02-05Set #info stylesAlmightyMiau
Set background color, font colors, sizes, and weights, and image sizes and borders for the #info section. Also change spacing between specifiers for #top styles.
2025-02-05Set font colors and sizes, and background for #topAlmightyMiau
Set font colors, sizes, and weights for various elements of the #top section, and set the background color
2025-02-05Use 'Roboto' font from GoogleAlmightyMiau
Apply the Roboto font to all elements with serif as a fallback font.
2025-02-05Add copyright footerAlmightyMiau
2025-02-04Add Call to Action sectionAlmightyMiau
Add call to action box, with big and small text, and a button in it.
2025-02-04Add Quote section textAlmightyMiau
Add Quote section text as a p and an h3.
2025-02-04Add Info textAlmightyMiau
Add text for Info section, along with empty placeholder images.
2025-02-04Add Header and Hero divs to Top divAlmightyMiau
Add Header Logo, links as spans, with appropriate ids. Add Hero title, subtext, and sign up button.
2025-02-04Outline webpage sectionsAlmightyMiau
Add 4 divs called top, info, quote, bottom Add footer
2025-02-04Set up Repo, set up Index.html, create styles.cssAlmightyMiau