2019-12-23 14:54:12 +01:00

39 lines
415 B
CSS

#collect {
width: 30em;
display: block;
border: 1px black;
}
input[type="text"] {
width: 100%;
margin-top: 1em;
margin-bottom: 1em;
/*font-size: 1em;*/
}
button {
margin-top: 2em;
}
aaa:hover {
background-color: blue;
}
bb {
background-color: green;
}
/*tags*/
.tag_item {
width: 30em;
display: block;
border: 1px black;
margin: 1em;
}
.tag_item textarea {
width: 100%;
margin-top: 0.5em;
}