Webbserver - Love Blomberg

Show sourcecode

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

public_html/gamla-kurser/webbutv1/projekt/backup/MemoRing/pages/store/

bilder/
index.html
store.css

store.css

49 lines ASCII Windows (CRLF)
.maindiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 1em;
    border: 1px solid white;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid white;
    border-radius: 18px;
    background-color: transparent;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.9);
    transform-style: preserve-3d;
    transform: perspective(1000px);
    transition: background-color 0.3s;
    cursor: pointer;
}

.card img {
    width: 10em;
    object-fit: cover;
}

.card h3 {
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 100;
    font-family: 'Courier New', Courier, monospace;
    font-style: Courier;
}

#title {
  margin-top: 2em;
  font-family: 'Dela Gothic One', cursive;
  font-style: 'Delta Gothic One';
}