Files
Grinch-AP/WebHostLib/static/styles/hostRoom.css

21 lines
357 B
CSS
Raw Normal View History

#host-room{
width: calc(100% - 5rem);
margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 0.15);
border-radius: 8px;
padding: 1rem;
2020-12-03 00:18:09 -05:00
color: #eeffeb;
}
#host-room a{
2020-12-03 00:18:09 -05:00
color: #ffef00;
}
#host-room input[type=text]{
2020-12-03 00:18:09 -05:00
border: 1px solid #000000;
padding: 3px;
border-radius: 3px;
width: 500px;
}