Html – Make a specific div element go down a bit
I need 2 div elements in my code to go down a slight bit, both of them <div class="username-and-timestamp"> <div class="username">RandomDude</div> <div class="timestamp">17 minutes ago.</div> </div> I've tried to use margin style on username-and-timestamp and also line-height, both did not…