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