Search
 
SCRIPT & CODE EXAMPLE
 

HTML

to centre each content in html

section {
    width: 100%;
    height: 100vh;
    background-color: teal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
Comment

PREVIOUS NEXT
Code Example
Html :: apply image in body without css 
Html :: angularjs input checked conditional 
Html :: how to display the first frame of the video element in html 
Html :: fa icon person 
Html :: html string to int 
Html :: onclick input text select 
Html :: jquery demo 
Html :: form tag radio 
Html :: html select default value disabled 
Html :: how to truncate html text 
Html :: alpine js click preventdefault 
Html :: ionic 5-star-rating 
Html :: bootstrap alerts 
Html :: how to set table column width in html 
Html :: change color of icon css 
Html :: angular 2 input file change value 
Html :: what is the base of an html code? 
Html :: accordion bootstrap 5 collapse not working 
Html :: <p tag html 
Html :: html versions 
Html :: html img src background 
Html :: javascript onblur 
Html :: how to create button in html 
Html :: how to put image in html in right side 
Html :: inserting a page break in markdown 
Html :: insert html in html 
Html :: navbar horizontal in html 
Html :: youtube downloader api 
Html :: opening tag closing tag 
Html :: table header html 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =