Section outline

  • Attributes

    The art of Self Discipline

    Attributes used in project



    background: yellow;


    background-image: linear-gradient(to right, lightblue, yellow);


    background-image: url('img_girl.jpg');


    border: 2px solid black;


    border-radius: 20px;


    width: 400px;


    text-align: center;


    padding: 15px;


    margin: auto;


    margin: 10px;


    box-shadow: 13px 13px 2px brown;


    box-shadow: inset 13px 13px 2px brown;


    font-size: 24px;


    font-weight: 800;


    color: red;


    <br>
    A line break
    <br>when written anywhere between body tags.


    <hr>
    A line is created anywhere between body tags

    .