Posts by Giovani DL • 43 points
2 posts
- 
		1 votes1 answer245 viewsQ: Arduino’s Serial.read() does not work as expectedIn the void loop, I need it to read the difficulty, instead it keeps returning the string on the monitor. I’m spinning in this tinkercad project //Vamos começar definindo as notas para os sons… 
- 
		2 votes1 answer100 viewsQ: I cannot lay out side by side the css elements on the screen using col-I want the two Divs with the gradient to line up Follows HTML and CSS: * { box-sizing: border-box; } /* Sistema de colunas para celulares: */ [class*="col-"] { width: 100%; } /* Sistema de colunas…