Created
          February 15, 2019 00:11 
        
      - 
      
- 
        Save michael-milette/431bd088617be2acee6f4bc461debd82 to your computer and use it in GitHub Desktop. 
    Overlay Responsive Image Text
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <style> | |
| .banner { | |
| position:relative; | |
| } | |
| .overlay { | |
| position: absolute; | |
| top: 50%; | |
| left: 60%; | |
| width:40%; | |
| transform: translate(-50%, -50%); | |
| -ms-transform: translate(-50%, -50%); | |
| z-index:9999; | |
| } | |
| </style> | |
| <div class="banner"> | |
| <img class="img-responsive" src="/images/banner.png" alt=""> | |
| <div class="overlay"> | |
| <div class="col-md-6"> | |
| <a class="btn btn-lg btn-danger" role="button" href="index-fr.html" lang="fr">Acceuil</a> | |
| </div> | |
| <div class="col-md-6"> | |
| <a class="btn btn-lg btn-danger" role="button" href="index-en.html" lang="en">Home</a> | |
| </div> | |
| </div> | |
| </div> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment