Newer
Older
2021---RyoyaG / game.css
@inoueryoya inoueryoya on 18 Nov 2021 419 bytes Update game.css
body{
	background-color :#FFCC99;
}
h1{text-align: center 
	
}


IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;                                   /* ?????????    */
    height: 200px; 
}

IMG.narabu {
    display: flex;
    width: 200px;                                   /* ?????????    */
    height: 200px; 
}

ul {
  display: flex;
  justify-content: center;
}