Posts by André Leite • 15 points
2 posts
-
0
votes2
answers68
viewsQ: Join cells with python
I am making a web scraping to take data from the best actions of the day and join in a table in an excel file. I am trying by code: from selenium import webdriver from webdriver_manager.microsoft…
-
1
votes1
answer52
viewsQ: Place buttons side by side CSS
Good evening, I had a question to put the buttons side by side. I put the inline-block too, but I could not solve. .button { width: 10%; height: 50px; border: 0; cursor: pointer; background:#4169E1;…