width mot taking 100% to avoid horizonal scrolling in html code example
Example: how to keep page from scrolling sideways
html, body {
max-width: 100%;
overflow-x: hidden;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}