+ 5

Vertical-align:top;

Porque no me funciona si quiero cambiar de posicion vertical una palabra me funciona todo menos eso.

8th Nov 2018, 1:33 AM
Juan Diego Santos
Juan Diego Santos - avatar
2 Answers
+ 4
Try styling it with display: inline; or display: inline-block; as well. If that doesn't solve your problem, please provide a link to your Code Playground code so we can help you troubleshoot the specific issues you are running into (and ensure that we are not taking away a practice / learning opportunity from you by overfunctioning). The Code Playground should be relatively easy to find in the website version of SoloLearn, but if you are in the app version, it can be accessed via the curly braces, green circle with plus sign to add a new project, then select the project type. Looking forward.
8th Nov 2018, 5:02 AM
Janning⭐
Janning⭐ - avatar
+ 1
Try to check `line-height` property firstly. Then change display to `inline`. Also important that `vertical-align` is possible to set in px, em, rem also.
10th Nov 2018, 12:36 AM
Sergei No
Sergei No - avatar