23 lines
315 B
CSS
23 lines
315 B
CSS
body{
|
|
background-color: #171717;
|
|
}
|
|
.badge{
|
|
color: #a3a3a3;
|
|
font: 18px 'Roboto', sans-serif;
|
|
}
|
|
.container{
|
|
display: flex;
|
|
max-width: 750px;
|
|
padding: 0 1rem;
|
|
}
|
|
.left-span{
|
|
flex: 1;
|
|
}
|
|
.right-span{
|
|
flex: 1;
|
|
text-align: right;
|
|
}
|
|
.link{
|
|
color: #a3a3a3;
|
|
text-decoration: none;
|
|
} |