SuperSimpleDev / html-css-course-2022

1.44k stars 1.06k forks source link

Margin Error On Line 17 Exercise 4j (3D button) #67

Open Keradion opened 8 months ago

Keradion commented 8 months ago

https://github.com/SuperSimpleDev/html-css-course-2022/blob/ed43bbd05bba9a875e4100da5556f1fd05e1028d/1-exercise-solutions/lesson-04/4j.html#L17

If I did not commit an error.

margin-left: 3px;

should be changed to

margin-bottom: 3px;

to create the 3D button