You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a 2d surface, we talk about x and y axis that is, taking computer screen as a plane, thus, margin bottom would create margin or gapping in ⬇ direction, that is y-axis in standard terms, not Z that is, in or out of the screen. I hope, you understood.
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
The text was updated successfully, but these errors were encountered: