/* For Desktops and Laptops*/ @media only screen and (max-width : 1280px) { /* If device width is less than or equal to 1280px */ } /* For Tablets*/ @media only screen and (max-width : 1024px) { } /* For Small Tablets*/ @media only screen and (max-width : 768px) { } /*For iPhones */ @media only screen and (max-width : 640px) { } /* Mobiles */ @media only screen and (max-width : 480px) { } /* Small Mobiles */ @media only screen and (max-width : 320px) { }

Work At Home

Thursday 14 July 2016

Easy Way to Tell If an Egg Is Fresh Or Old


Know what you’re dealing with before you make the omelette

You’re hardcore craving a piece of frittata, so you grab the ingredients from the fridge but notice your eggs are uncomfortably close to their use-by date. To make sure they’re good, employ this super-easy method for determining egg freshness.

What you need: Eggs and a bowl

What you do: Fill the bowl with cold water and place the eggs in the bowl. If they sink, they’re good to use. If they float, toss 'em.

Why it works: Eggshells are porous. The longer an egg has been in the fridge, the more air has passed through the shell, making it more buoyant.

Sure beats discovering one bad egg after cracking it into a bowl of fresh ones.

No comments:

Post a Comment