Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Keradion opened this issue Feb 3, 2024 · 1 comment
Open

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

Keradion opened this issue Feb 3, 2024 · 1 comment

Comments

@Keradion
Copy link

Keradion commented Feb 3, 2024

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

@Titiksha-rgb
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants