Html – Finding elements with a certain class that includes another class
I'm trying to make a 90s styled website, and I need to set the wideness of a div with .padding-side to calc(100% - 20px), but it won't work. I tried doing the following: [style.css] .padding-side{ padding:0px 10px; .wide{ width:calc(100% -…