10 lines
98 B
CSS
10 lines
98 B
CSS
body {
|
|
margin: 0px;
|
|
}
|
|
|
|
.categories {
|
|
display: inline-block;
|
|
}
|
|
.tags {
|
|
display: inline-block;
|
|
}
|