40.2k views
5 votes
How would a top margin be set

User Danicco
by
8.9k points

1 Answer

5 votes
You need to be more specific. Because to set a top-margin in CSS you would set it like the following:

margin-top: 5px;
User Farmer Joe
by
7.7k points