Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR 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;
}
 
PREVIOUS NEXT
Tagged: #centre #content #html
ADD COMMENT
Topic
Name
3+1 =