Webbserver - Love Blomberg

Show sourcecode

The following files exists in this folder. Click to view.

public_html/gamla-kurser/webbutv2/projekt/prao_podcast/css/

podcast.css

podcast.css

32 lines ASCII Windows (CRLF)
audio {
    display: flex;
    align-items: center;
    border: 1px solid white;
    border-bottom: none;
    padding: 1em;
    color: white;
    width: 75%;
    margin-left: 12.5%;
    position: absolute;
    bottom: 0;
    background-color: black;
}

body {
    background-color: black;
    color: white;
}
.tabContent {
    width: 50%;
    margin-left: 25%;
    border: 1px solid white;
}

.tabContent img {
    width: 90%;
    margin-left: 5%;
    height: 10em;
    object-fit: cover;
}