I'm working on a user style for a website.
There are different divs that are different spaces away from the left border.
I want it so the div ends at the end of the screen.
I thought about something like this
.class {
width: 100%;
}
However, this doesn't stop at the end of the screen. This continues to go.
How can I make it so it doesn't matter how far away it is from the left side, it always ends at the ending at the right