205
Points
Questions
39
Answers
32
-
how to reduce the width of div from both left and right at the same time when i mouse over …
- 0 views
- 2 answers
- 0 votes
-
I am having an issue where some images are not displayed in the mobile browsers on my iPhone, but I …
- 344 views
- 3 answers
- 0 votes
-
I am trying to make a webpage, using js, CSS, and HTML, that shows a unique image from an array, …
- 234 views
- 0 answers
- 0 votes
-
Well, it is time to use the new layout method with display: grid in CSS. I tried to use grid …
- 341 views
- 1 answers
- 0 votes
-
- 263 views
- 1 answers
- 0 votes
-
I’m just learning Angular and I’ve got a problem that I can’t solve. In my reactive form I have two …
- 269 views
- 1 answers
- 0 votes
-
Code: opener = open("gymclub.txt", "r") reader = opener.readline() listPressups = [["",],["",],["",],["",],["",],["",],["",],["",],["",],["",],["",],["",],["",]] while reader!="": splitting=reader.split(",") name = splitting[0] press_ups = splitting[1] …
- 302 views
- 3 answers
- 0 votes
-
I want to replace the if-else function with a one-liner return statement, and I was wondering why I can’t create …
- 419 views
- 2 answers
- 0 votes
-
I have done some network accessibility over pandana for some random points and distance calculation from every node in the …
- 331 views
- 0 answers
- 0 votes
-
Suppose I have a class FakePerson which imitates all the attributes and functionality of a base class RealPerson without extending …
- 320 views
- 1 answers
- 0 votes