Posts by Rafael Santa Rita • 9 points
2 posts
- 
		0 votes2 answers89 viewsA: Group columns with the Bulma CSS frameworkI believe it serves you well <div class="columns"> <div class="column"> Primeira coluna </div> <div class="column"> <div class="column"> Segunda </div> <div… 
- 
		0 votes3 answers91 viewsA: Background in the tag aside hides all content inside the tagI believe that Daniel’s response is the best in this case, you should use the image as a background of an element and not put the element inside the tag. BUT, if you need to put the element inside…