Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Ion-img in center of screen

<div class="vertical-center">
  <div class="center">
    <ion-img src="imgename" class="ion-align-self-end"></ion-img>
  </div>   
</div>

add this in css file
.vertical-center{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
Comment

PREVIOUS NEXT
Code Example
Html :: default date in html 
Html :: html input color picker 
Html :: html input only 4 digits 
Html :: html icon for rupee 
Html :: <input length 
Html :: discernible name 
Html :: href new window html 
Html :: import image in html 
Html :: crossorigin attribute values 
Html :: insertar fecha en pagina web 
Html :: void javascript link 
Html :: coreui text align center 
Html :: econnreset 127.0.0.1 
Html :: bootstrap navbar-inverse not working 
Html :: fa fa pencil edit icon 
Html :: how do you make a partial hr line in html 
Html :: bootstrap change font color of text 
Html :: use of extends in django 
Html :: html redirect 
Html :: bootstrap diable backround on modal 
Html :: how do you play audio files on html 
Html :: hide html element show on print bootstrap 4.6 
Html :: google logo link 
Html :: r download a url 
Html :: html preload images 
Html :: how to change tab icon in html 
Html :: html type file extension 
Html :: what is seizure disorder 
Html :: how to show a splash screen html page only once 
Html :: disable overscroll html 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =