simulation.css 2.55 KB
body{
    background-image:url(https://t1.daumcdn.net/cfile/blog/155A204A5026656D0E);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container1{
    display:flex;
    justify-content: center;
    align-items: baseline;
    padding:50px 0px 0px 0px;
}
.logo{
    font-size:40px;
    color:white;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

#menu{
    margin:60px 250px 0px 250px;
    height:90px;
    width:1000px;
}
#menu ul li{
    list-style:none;
    color:white;
    background-color:#011638;
    float:left;
    line-height:30px;
    vertical-align:middle;
    text-align:center;
    display:inline;
}
#menu .me{
    text-decoration:none;
    color:white;
    display:inline-block;
    width:250px;
    font-size:20px;
    font-weight:bold;
    font-family: "Trebuchet MS", Dotum, Arial;
}
#menu .me:hover{
    color:#D499B9;
    background-color: #2E294E;
}
.container2{
    width:25%;
    height:800px;
    float:left;
}
.team{
    font-size:24px;
    color:white;
    font-family: sans-serif;
    text-align:center;
}
.a{
    height:50px;
}
.selection{
    padding:0px 10px 15px 10px;
    height:80px;
}
.t1{
    width:50px;
    height:30px;
    color: #6AAFE6;
    border: 1px solid #6AAFE6;
    background: white;
    font-size:15px;
    border-radius:5px;
}
.row{
    display:flex;
    justify-content: space-evenly;
    padding: 0px 5px 10px 0px;
}
.container3{
    width:50%;
    height:800px;
    float:left;
}
.container4{
    width:25%;
    height:800px;
    float:left;
}
.t2{
    width:50px;
    height:30px;
    color: #6f2108;
    border: 1px solid #6f2108;
    background: white;
    font-size:15px;
    border-radius:5px;
}
.l{
    width:33%;
    height:200px;
    float:left;
}

.vs{
    width:200px;
    height:200px;
}
#vss{
    font-size:40px;
    color:white;
    text-align:center;
}
.simul{
    height:150px;
    display:flex;
    float:left;
    margin-top:50px;
    margin-left:250px;
}
.but{
    height:150px;
    margin: 0px auto;
}
.simulbtr{
    width:250px;
    height:50px;
    color: #c9d6de;
    border: 1px solid #c9d6de;
    background: black;
    font-size:30px;
    border-radius:5px;
}
.tb{
    padding: 10px 0px 0px 90px;
}
table{
    border: 1px solid #444444;
    background-color:white;
    border-collapse:collapse;
}
td{
    border:1px solid #444444;
    padding: 10px;
}
#jstest{
    width:100%;
    height:300px;
    overflow-y: scroll;
    overflow-x: auto;
    background-color:white;
}