Hilltop Soft Set Honey has been specially crafted to be consistent in taste, colour and aroma, for use every single day, throughout the year. There is nothing added and nothing taken away; It's simply, pure and natural honey.
Available in a 340g jar. KLBD approved. Honey may naturally crystallise.
/* 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;
}
}