43 lines
448 B
CSS
Raw Normal View History

2019-12-08 21:42:16 +01:00
#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;
2019-12-09 13:45:24 +01:00
}
aaa:hover {
background-color: blue;
}
bb {
background-color: green;
2019-12-23 14:54:12 +01:00
}
/*tags*/
.tag_item {
width: 30em;
display: block;
border: 1px black;
margin: 1em;
}
.tag_item textarea {
width: 100%;
margin-top: 0.5em;
}
2019-12-26 11:42:35 +01:00
li button {
margin-top: 0em;
}