17b, Template Driven Forms შესავალი

    10:55ვიდეო გაკვეთილი

    HMTL:

    `

    Login

    `CSS:

    `form { width: 500px; height: 230px; background-color: bisque; }

    h2 { text-align: center; padding-top: 10px; }

    .control-row { display: flex; flex-direction: column; align-items: center; }

    .control { display: flex; flex-direction: row; margin-top: 20px; }

    label { min-width: 100px; }

    button { margin-top: 30px; } `