Search code examples
htmlcssbootstrap-4

Bootstrap 4 container class leavse a strange dot beside the container


I am using Bootstrap 4 container class to align my project details according to screen resolution size.

But the use of "container" class leaves a strange dot which I am unable to remove.

Here is the code of the HTML page I am working on - index.html

The website is deployed live at https://nilutpolkashyap.github.io/ . You can see the unwanted "dot" live in the website

Image showing the unwanted dots

Solutions tried I couldn't figure out a solution to fix it. Removing the "container" class doesn't help with my whole purpose.


Solution

  • On your .css file, you have the class .container::after, that makes those "circles on the timeline", if you remove they disapear.