Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 962 Bytes

reflection.md

File metadata and controls

10 lines (9 loc) · 962 Bytes

My Website

-What I learned about CSS padding, borders, and margins in this challenge is that the help with postiioning alot. Especially margin and borders which I used alot thorughout this challenge.

-What I learned about postiioning is how to use the positioning properties of fixed, absolute, relative, and static to help place the elements in my website the way I wanted to.

-Nothing about css was easy for me to implement. It took me a long time to learn all the concepts but after many hours of studying I finally have figured all material learned this week out. The most difficult thing for me to implement was positioning the elements.

-I learned that linking a css document to an html document is the best way to implement to apply styling to the html document. Also, you can add multiple styling sheets to a single html document.