+ 1
Why my code that I wrote in IDE change in screen on CODEPEN??? I have to write again my css :(
2 Respostas
+ 6
Presumably it's because you tried to control the output positioning more than you really should. In order to work on all sizes of screens, you need to let the browser take care of most positioning.
+ 2
thanks you! I will to fixed my css.