Files
ByteDiceWeb/toys/license/style.css
T
2025-01-23 20:33:21 +01:00

23 lines
361 B
CSS

.allContainer {
display: flex;
flex-direction: column;
height: 100vh;
}
.blackBorderRect {
background-color: #FFFFFF;
border: 10px #000000 solid;
border-radius: 32px;
color: #000000;
}
a {
cursor: pointer;
color: #0000EE;
text-decoration: underline;
font-weight: normal;
}
a:visited {
color: #551A8B;
}
.mainDiv {
text-align: center;
}