<DIV> Como mudar tamanho e centralizar container?
Boa tarde pessoal, fiz uma caixa de texto com o comando <div> criando um container responsivo.
Ficou um pouco confuso pois ainda sou amador nesse assunto.
**Existe alguma maneira de eu diminuir o comprimento dessa caixa de texto e centralizar ???**
A imagem embaixo eu consegui mudar simplesmente com o comando ( width="180" height="105" ) , muito simples
mas a caixa de texto não consegui.
Já procurei em alguns sites, inclui alguns comandos como <style> e mesmo assim não mudou nada.
Alguém pode me ajudar?
Obrigado
André BD
<!DOCTYPE HTML PUBLIC>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
</title>
<link rel="stylesheet" type="text/css" href="index.html.css">
</head>
<body>
<div class="textstyle1">
<div id="container_35965677">
<div id="container_35965677_padding" ><div class="textstyle1">
<span class="textstyle2">Notificação</span>
<span class="textstyle3">
<br/><br/></span>
<span class="textstyle4"> ...TEXTO...
</span>
</div>
</div>
</div>
<img src="rc_images/logo_ntind_jpeg.jpg" width="180" height="105" id="img_ade6698" alt="" title="" />
</div>
</body>
</html>Discussão (3)
Carregando comentários...