Posts by Marcelo • 9 points
4 posts
-
-3
votes2
answers120
viewsQ: Why doesn’t my page resize and how to make it resize?
In full screen is like this: But when I put it on a smaller screen it looks like this: HTML code: <!DOCTYPE> <html> <head> <link rel="stylesheet" href="_css/estilo.css">…
-
0
votes2
answers33
viewsQ: How to add background to an inline list ? And how to remove the default underline effect?
I’d like to add a background to that menu, how can I do that? The background-color only adds color to the words and not to the whole. And it also has this effect underline in the list <nav>…
-
1
votes2
answers6381
viewsQ: How to leave list items side by side?
I am learning HTML through a Caelum booklet, the problem is that for some reason the page got like this and not with the helmets of the list next to each other. I used position for this. Html code:…
-
0
votes1
answer58
viewsQ: Is it worth doing exercises that teach not very optimized ways of doing a program?
Well, I’m learning python and sometimes I come across some relatively difficult exercises, for example, an exercise where the program had to read a value in money and say in how many notes of 1, 5,…