@charset "utf-8";
.blue {
    background-color: blue;
    width: 200px;
    height: 100px;
    position: absolute;
    top: 150px;
    left: 140px;
    color: white;
}
.green {
    background-color: green;
    width: 200px;
    height: 100px;
    position:absolute;
    top: 190px;
    left: 190px;
}
.yellow {
    background-color: yellow;
    width: 200px;
    height: 100px;
    position: absolute;
    top: 230px;
    left: 170px;
}
.border {
    border-width: 4px;
    border-style: solid;
    border-color: red;
    position: absolute;
    top: 500px;
    left: 150px;
    text-align: right;
    color:whitesmoke;
    background-image: url("bilder/depositphotos_546811698-stock-photo-texture-stainless-steel-diamond-pattern.jpg")
}
.mellanrum {
    letter-spacing: 10px;
    background-color: yellow;
    color: red;
}
.linje {
    text-decoration: line-through;
}
p {
    text-indent: 40px;
}
.position {
    position: absolute;
    top: 700px;
    left: 150px;
}