Posts by Luiz Santos • 59 points
3 posts
-
0
votes2
answers197
viewsA: How to center and change order in flexbox
body { padding: 1rem; background-color: rgb(241, 241, 241); } tr { border-bottom: 1px solid rgb(241, 241,…
-
0
votes2
answers46
viewsA: Filling the Div container does not complete everything
First you have to work each "piece" of your page a hint take from div class= conteiner to div class=footer then go to work on css for example change the class. Path
-
5
votes9
answers15601
viewsA: 'nodemon' is not recognized
First step will be necessary to get the npm installation prefix path which can be solved by typing the following command: npm config get prefix The result will be the path, copy and paste it into…