Posts by Rafael de Oliveira Silva • 7 points
4 posts
- 
		-1 votes1 answer154 viewsQ: Laravel-mix error in syntax when there is noneGood evening guys, I’m trying to run NPM RUN DEV and when I do he accuses a mistake that doesn’t make sense to me (despite being a total beginner in Latin). [webpack-cli]… 
- 
		-1 votes1 answer73 viewsQ: Tax Calculator - Cents Aren’t Adding UpGood night, you guys. I’m trying to make a simple tax calculator, it’s working except for the question of the pennies that don’t show up at full value. ** index php. ** <?php require… 
- 
		0 votes1 answer86 viewsQ: How to validate the field by passing a value through the change methodI’m new to javascript, I would like help with a problem. I managed to make sure that when selecting the value of the first select of "UNIT" the bottom select came with the same value, but as you can… 
- 
		1 votes1 answer185 viewsQ: Flexbox - Image alignmentHow do I leave the image in the print next to the text using Flexbox? follows the code. body { margin: 0; padding: 0; box-sizing: content-box; } header { display: flex; justify-content: center;…