Luke-Sheltraw / sp23-cse110-lab3

Lab 3 for CSE 110 @ UCSD, Spring 2023
0 stars 0 forks source link

[CSS Addition] Box Model #6

Closed Luke-Sheltraw closed 1 year ago

Luke-Sheltraw commented 1 year ago

What is the CSS feature that needs to be included? Configure containers holding HTML content.

Are there multiple ways it has to be implemented? margin: long, short, auto padding: long, short borders: border-style, border-color, border-width, border-radius

Provide any examples margin long: margin-top, margin-bottom, margin-left, margin-right margin short: margin: <top> <right> <bottom> <left> same for padding

Additional context link