webs/ultra-super-stylish-reversi/main.css
2022-11-02 17:32:43 +09:00

51 lines
767 B
CSS

body{
background-color:#cd0000
}
#flag{
background-image:url(svru.svg)
}
h1{
color:#ffd700;
background-color:#cd0000;
}
#ussr{
font-size:200%;
}
#table{
background-color:transparent;
margin-left:30vw;
width: 70vmin;
height:70vmin;
}
#table td{
border: 1px solid white;
/*width:10vmin; height:10vmin;*/
}
#flex{
padding-left:1vw;
}
#flextext{
color:#ffd700;
font-size:200%;
font-weight: 800;
max-width: min-content;
}
.stone{
border-radius:100%;
width:100%;height:100%
}
.yellow{
background-color:#ffd700;
}
.blue{
background-color:#0091fa;
}
.flag{
background-image:url(tools.svg);
background-size: cover;
width:100%;height:100%
}
img{
margin-top: 5vh;
width: 100%;
}