How do I make a comment box in HTML and CSS?
There are a few ways to make a comment box in HTML and CSS. The easiest way is to use the webkit comment box: .comment-box { width: 100%; margin: 0 0 10px; border-radius: 0; overflow: hidden; } The comment box will have a width of 100% and a margin of 10px. It will have a ... Read more...