You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
295 B
CSS

body {
margin: 0;
}
nav {
background-color: #d3d3d3;
padding: 0.5em;
}
.new_roll{
margin-bottom: 30px;
}
#main{
padding: 0.5em;
}
.winner_div {
padding: 1em;
background-color: lightsteelblue;
}
.winner_name {
font-size: 1.2em;
font-weight: 600;
}