You are on page 1of 2

body 

{
    background‐color: #145BC8;
    color:white;
}
nav a {
    padding:15px;
    padding‐bottom:4px;
    font‐size:1.8em;
    text‐decoration: none;
    color:white;
}
nav a:hover {
    border‐bottom:2px orange solid;
    font‐size:2em;
    transition:.9s;
}
footer {
    display: flex;
    background‐color: #FFFFFF;
    font‐size:.75em;
    color:purple;
    justify‐content: center;
    text‐align:center;
}
header, h2, main, nav {
    text‐align:center;
    font‐family: "calibri"
}
main {
    display: flex;
    justify‐content: center;
}
figure {
    text‐align:center;
}
ul {
    width: 500px;
    margin: 0 auto;
    text‐align: left;
}
.hobby {
    color: yellow;
}
table {
    margin: 0px auto;
}
td {
    padding‐right: 10px;
    font‐size: 1.3em;
}
td strong {
    color:orange;
}
#table‐header {
    background‐color: #351a00;
}
.table‐row {
    background‐color: #753900;
}
h1 {
    font‐family: 'Pacifico', cursive;
    font‐size: 4em;
    margin‐bottom: 0px;
}

You might also like