Bicarbonate of soda, also known as sodium carbonate, has a wide range of applications. It is inexpensive and can be used to clean, soften, scour, regulate PH, deodorise, prevent limescale
And the food grade can be used for baking. Try it, its possibilities are endless.
Packaged in recycled paper.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}