Vets-Who-Code / js-web-path-mountainmort

MIT License
3 stars 0 forks source link

CSS #4

Closed eduv2-local[bot] closed 1 year ago

eduv2-local[bot] commented 1 year ago

CSS Qualification

Category Standard
Task: Demonstrate the ability to build a fully responsive website using CSS
Conditions: This GitHub repository is downloaded locally and loaded into vs-code.
Standards: In the PR style, the HTML webpage using CSS with the following:
  • Style three sections so that they are in a row on desktop, two in a row on top and one on bottom on tablet, and all in a single column on mobile using media queries
  • Style three buttons in a row with padding, margin, border, and box shadow
  • On button hover transition the background colors of each button
  • Style the page by default is completely hidden. On page load reveal all the content using keyframe animation

Notes:

References

mountainmort commented 1 year ago

Completed in #15