HEADER ADS 728X90

CSS Margin Property Explain || CSS Tutorial || BY Ascode

css tutorial,css tutorial for beginners,css,html css tutorial,html and css tutorial for beginners,tutorial,tutorial css,css tutorial ita,html css tutorial ita,css tutorial in hindi,html tutorial,html css,complete css tutorial in hindi,css grid,css3 tutorial,tutorial de css,html e css tutorial,html and css tutorial,css tutorial italiano,complete css tutorial,css beginners tutorial,tutorial css italiano,css html tutorial in hindi,css,css tutorial,tutorial,css margin,css tutorial for beginners,css margin tutorial,margin,margin css,css tutorials,css margin padding,margin tutorial,css margin auto,tailwind css tutorial,css bangla tutorial,css margins,margin in css,css box model tutorial,css margin collapse,css padding,css padding and margin,bootstrap margin class tutorial,web design tutorial,tutorials,css for beginners,css margin 0 auto,css3 tutorial,ascode, coding tutorial, how to learn coding easy way to learn coding

Hi dear welcome to Ascode Blog . In this post we are going to learn How to use css margin property. First Creat A index.html file Copy This HTML CODE and pest it one your code editor. 2ndly creat style.css file Then Copy The CSS CODE and pest it then open the index.html file with your browser.

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>css margin</title>
</head>
<body>
    <div class="css-margin">
        Lorem ipsum, dolor sit amet consectetur adipisicing elit. Similique ratione ad quos ipsum optio aliquid ipsa perferendis odio commodi porro distinctio, asperiores illum autem non iste voluptatem ullam natus hic.
    </div>

   
</body>
</html>

CSS

*{
        margin: 0;
        box-sizing: border-box;
        padding: 0;
        font-family:sans-serif ;
    }
    body {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }
    .css-margin {
        padding: 10px 20px;
        width: 350px;
        background: linear-gradient(45deg, #0000ff75, #ff009977) ;
        border-radius: 5px;
        font-size: 1.2rem;

        /* uncomment all margin property */
        /* margin-top: 20%;
        margin-left: 20%;
        margin-right: 20%;
        margin-bottom: 20%; */
        /* margin: 20% auto; */

    }

Youtube Tutorial

FLOW US ON SOCIAL MEDIA

Post a Comment

0 Comments

Join Telegram