Posts by Richard Santos • 3 points
2 posts
-
0
votes1
answer325
viewsA: How do I center this input vertically?
I don’t know if I get it, but here’s the thing, you can use the tag to center in the html document, or if you want to center inside some div, form etc some element, you use a css: .element-container…
-
0
votes1
answer85
viewsQ: Is it possible to use python’s LIB socket to make communications as a websocket?
Hello, sorry if there is any error, I am creating an MMORPG with the engine Construct 2 and it only has a plug-in websockets, however I tried to use the lib websockets from Python, but I don’t think…