I want to make a simple grid in HTML/CSS and therefore I decided to name them "1/2", 1/4", "2/4" etc. but these classes arent valid in css. I know there is a workaround out there but after a 30 minutes research I thought here I could get my answer.
.1/2{
width: 50%;
}
I specifically need a workaround that I didn't found anywhere in this forum or on another site. Dont suggest me a generel name convention for declaring my css classes pls, I know what's valid and whats not, but I need this workaround.