← Terug naar Home

CSS Code van Jurre's site


body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
}

h1 {
    font-weight: 700;
    font-size: 32px;
    text-shadow: 2px 2px 2px black;
    font-family: 'Press Start 2P';
    text-align: center;
}

h2 {
    font-size: 24px;
    color: #333333;
    font-family: 'Press Start 2P';
}

p {
    font-size: 16px;
}

.sect1 {
    background-color: #6A99EB;
    padding: 10px; 
        margin-bottom: 20px;
}

.sect1 img:hover {
    display: block;
    margin-bottom: 10px;
}
.sect2 {
    background-color: #656BDB;
    padding: 10px; 
        margin-bottom: 20px;
}
.sect3 {
    background-color: #656BDB;
    padding: 10px; 
    margin-bottom: 20px;
}
.footer {
    text-align: center;
    font-size: 14px;
    background-color: #6A99EB;
    color: #777777;
    margin-bottom: 0%;
}