Jump to content

Raul

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Raul

  1. Hi , im just trying to put 3 text in a row but i dont know why css dont read my second text , i dont get it..  i cant put 2 position absolute in a position relative div?

    .text1 {				  
      position: absolute;				  
      width: 20%;				  
      overflow: hidden;				  
      height: 300px;				  
      line-height: 30px;				  
      margin-left: 20px;				  
      margin-top: 100px;
    }				
    .text2 {				  
      position: absolute;				  
      width: 20%;				  
      overflow: hidden;				  
      height: 300px;				  
      line-height: 30px;				  
      margin-left: 20px;				  
      margin-top: 100px;
    }	
    	

    The div classes are the same , copy paste , but the second one css dont read it idk what i do wrong

  2. Is that what are you talking about ? ( sorry if not , im not speaking english )

    	<p class="w3-tooltip">London
    <span class="w3-text"><a target="_blank" href="https://www.youtube.com/">test</a></span>
    is the capital city of England.</p>
    	

×
×
  • Create New...