/* 
 * Fil: footer-v2.2.css
 * Version: 2.2
 * Placering: /home/buddhidk/public_html/ver-2.2/css/footer-v2.2.css
 * Root: /home/buddhidk/public_html/ver-2.2
 * 
 * FormÃ¥l:
 * Design og layout for footer.
 */
 
 /* 1 */
  /* Footer styling */
footer {
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    background-color: rgba(250, 250, 250, 0.2); /* Svagt gennemsigtig baggrund */
    border-radius: 10px 10px 0 0; /* Let afrunding af de ©ªverste venstre og h©ªjre hj©ªrner */
}

 /* 2 */
footer p {
    margin: 10px 0;
    color: #333;
    font-size: 0.7em;
}

 /* 3 */
footer img {
    width: 150px;
}