tengo el siguiente poblema, estoy haciendo una web y quiero que arriba y centrado aparezca el nombre de la web, abajo de ese nombre y del lado izquierdo el logo de wasap con el numero de cel, y abajo y a la izquierda el logo grande de mi web.. dejo captura y codigo,
Gracias nuevamente por sus tiempo.!!
html
Código HTML:
Ver original
CSS
Código CSS:
Ver original
@charset "utf-8"; /* CSS Document */ html, body{ margin:0px; padding:0px; } body{ background-color:black} .main{border: 1px solid #000; width:1200px; height:800px; margin-right:auto; margin-left:auto; margin-top:0px; padding:0px; } .2{ text-align: center; font-style: normal; font-weight: bold;}//titulo web .3{float: left; margin-left: 700px; width: 40px; height: 40px; background-image:url(Img/wha.png); background-repeat: no-repeat} 4.{float: left; margin-top: 50px; width: 157px; height: 194px; background-image:url(Img/FEDE.png); background-repeat: no-repeat}
y me sale lo siguiente:
Saludos a todos y gracias de antemano.!!!
Fede