Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/491e883b-1dc5-4ca0-83bf-39faa9060c34 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
22 lines
309 B
CSS
22 lines
309 B
CSS
/* Image styling */
|
|
img{
|
|
width:256px;
|
|
height:256px;
|
|
}
|
|
|
|
/* Game name below image */
|
|
center {
|
|
|
|
}
|
|
|
|
center em{
|
|
text-align:center;
|
|
background-color:#505050 !important;
|
|
color:#379bb9 !important;
|
|
}
|
|
|
|
p{
|
|
text-align:center;
|
|
background-color:#505050 !important;
|
|
color:#379bb9 !important;
|
|
}
|