style.css 1.24 KB
body {
    width: 100%;
    height: 100%;
    background-size: auto;
}
.Chess {
    height: 100%;
    width: 100%;
    position:absolute;
}
.Banner {
    position: relative;
    height: 215px;
    width: 100%;
    background: linear-gradient(100deg,black,gray);
    z-index: 1;
}
.Icon {
    position: absolute;
    width: 450px;
    height: 165px;
    top: 50px;
    left: 80px;
    float: left;
    z-index: 3;
}
.Button {
    position:absolute;
    top:0;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:xx-large;
}
.Button_e {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 215px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    z-index: 3;
}
.Button2 {
    position: relative;
    height: 200px;
    width: 100%;
    text-align: center;
    margin-top:15px;
}
.Bannerpng {
    position: absolute;
    width: 615px;
    height: 215px;
    top: 0;
    right: 115px;
    float: right;
    z-index: 2;
}
.tier{
    position:absolute;
    top:30px;
    right: 58%;
}
.tier__summary {
    position: absolute;
    top: 80px;
    right:45%;
}
.game {
    position: absolute;
    top: 80px;
    right: 45%;
}