Jes34 / TIM022022-AULAS-JESSICA

Arquivos da aula de tecnicas de programação para internet WEB ,HTML e CSS
1 stars 0 forks source link

Continue no site #10

Open Jes34 opened 1 year ago

Jes34 commented 1 year ago

<!doctype html>

Bootstrap Example
Jes34 commented 1 year ago

Style.css *{ margin: 0; padding: 0;

background-color: beige;
}
.container{
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header{
    background-color: #0000;
    width: 100%;
}
.details{
    text-align: center;
    background-color: black;
}