panele

*{
    font-family: Georgia, serif;
}

body
{
    text-align: center;
}
header
{
    padding: 30px;
    background-image: linear-gradient(to bottom, #a0522d, #F5DEB3);
}
nav
{
    background: wheat;
    padding: 14px;
}
main
{
    background-color: wheat;
    padding: 50px;
}
footer
{
    padding: 30px; background-image: linear-gradient(to bottom, #f5deb3, #A0522D);
}
a
{
    background-color: sienna;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    margin: 20px;
    display: inline-block;
}
a:hover 
{
    text-decoration: underline;
}
table, td{
    border: 1px solid sienna;
    border-collapse: collapse;
}
table
{
    margin: 0 auto;
    width: 70%;
}
td
{
    padding: 5px;
}

Podobne wpisy

Dodaj komentarz

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są oznaczone *