samedi 18 juin 2016

how to align text and image with in anchor tag


This is the sample code in which I am trying to position text below the image in a anchor. I have problems if there are more elements in the html and browser is minimized image and text is going miss aligned

output-'Text' and image and text below the image all should be align'center' and they should stay aligned even if the browser is minimized.

<head>
<style type="text/css">
.cImg {
width:100%; 
 text-align:center;
 }
 .cImga {
 display:block;
 margin-top:5%;
 }
  .cImgimg {
  position:absolute;
  top:10px;
  bottom:0px;
  right:48%     
  }

</style>
</head>
<html>
<body>
<div class="cImg">Text</duiv>
<div class="cImg">
<a >
imageTag/Call us
</a>
</div>
</body>
</html>

Aucun commentaire:

Enregistrer un commentaire