4
I am doing a self study on responsive site. In a tutorial I got, there are in the CSS file instructions like:
.container.\31 25\25 {
width: 100%;
max-width: 1750px;
min-width: 1400px;
}
.container.\37 5\25 {
width: 1050px;
}
.container.\35 0\25 {
width: 700px;
}
.container.\32 5\25 {
width: 350px;
}
What is the meaning of:
.container.\31 25\25
.container.\37 5\25
.container.\35 0\25
.container.\32 5\25