@nielzon-tSubmitted over 1 year ago
Hi!
Please, help me with two things:
- How do I center elements more efficiently?
- How do I build a responsive design more efficiently?
Thank you!
Hi!
Please, help me with two things:
Thank you!
Hi,
width
property set to the width you want:
width: 50%;
margin
property to auto
:
margin: auto;