Part of todo.css - Krutik
unknown
css
5 years ago
493 B
24
Indexable
.bar-tag-container {
/* height: 200px;
width: 500px; */
display: flex;
flex-direction: column;
}
.tag {
color: white;
font-size: 15px;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
text-align: center;
background: #36d1dc;
padding: 3px;
width: 80px;
border-radius: 5px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.other {
margin: 0;
display: inline-flex;
flex-direction: column;
}Editor is loading...