HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/opendag.komma.pro/wwwroot/css/style.css
@font-face {
    font-family: komma;
    src: url('../fonts/komma.otf');
}
body {
    background: url("../images/bg_memory.jpg");
    margin: 0 auto;
    font-family: komma;
}

article#game{
    margin-left: 280px;
    margin-right: 130px;
}

header {
    color: white;
    margin-top: 0;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5); /*Black 50% transparency*/
}

header h1 {
    margin-top: 0;
    margin-left: 20px;
    width: 40%;
    float: left;
    line-height: 80px; /* Vertical align to center */
}

header #startGameButton {
    color: white;
    float: right;
    font-size: 1.5em;
    margin-right: 20px;
    line-height: 80px; /* Vertical align to center */
}

header .pogingen, header .scoreblock{
    float:left;
    line-height: 80px;
    font-size: 1.5em;
    margin:0;
}
header .scoreblock{
    margin-left:10%;
}
article{
    margin-top: 120px;

}

.tile {
    cursor: pointer;
    float: left;
    height: 240px;
    margin-bottom: 35px;
    margin-left: 30px;
    width: 240px;
    cursor: pointer;
    background-color: #007bc4; /*Komma blauw in hex */
}

.tile:first-child  {
    clear: left;
}

.tile img {
    display: block;
    margin: 0 auto;
    width: 230px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 5px solid white;
}

.tileColor{
    /*Komma blauw in rgb + logo*/
    background: rgb(0,123,196) url("../images/logo.svg") no-repeat scroll 0px 0px / 240px 240px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 5px solid white;
}