Posts by Rogerio Chaves • 13 points
3 posts
-
0
votes2
answers31
viewsA: How to remove lateral white space from div’s
.strainberry-logo { width: 100%; left: 9%; top: 19%; transition: all 0.5s; } Yeah it’s probably the width of 120% as Inkediz said. Always try to leave width 100%, this helps in the responsibility in…
-
0
votes1
answer35
viewsQ: Error installing packages with npm Node.Js
** gyp ERR!find Python gyp ERR!find Python Python is not set from command line or npm configuration gyp ERR!find Python Python is not set from environment variable PYTHON gyp ERR!find Python…
-
-1
votes1
answer56
viewsQ: I am having difficulty transmitting message to the user
I am trying to make a list of names for giveaway using js, html, css and boostrap not yet adjusted the stylings wanted to make logica work first. I created some functions but I think it is in…