Posts by Emanuel Lima • 1 point
2 posts
-
0
votes0
answers33
viewsQ: How I take the space from the char when I type more than one word does not appear / on type the phrase
#include <iostream> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <locale.h> #include <ctype.h> #define MAX…
-
0
votes2
answers66
viewsA: How do I make the content and footer respect the top?
Your CSS is a little confused, but what’s generating this conflict are these position: Absolute; which you’re declaring in all Divs. And when using the float: Left or float: right, not conflict with…