Loading...

Beef Bourguignon

Browse The Best Beef Bourguignon

A full-bodied red wine such as a Pinot Noir or Syrah would pair well with Beef Bourguignon, as would a rich and oaky Cabernet Sauvignon. For spirits, a cognac or brandy would complement the dish nicely. A dark beer like a stout or porter would also be a good choice.

From the Pub

:root { --navbar-height: {{ navbarHeight + 'px' }}; --navbar-fixed-height: {{ navbarFixedOffset + 'px' }}; --anchor-offset: {{ anchorOffset + 'px' }}; --scroll-y: {{ scrollY }}; } .sticky-top { top: var(--navbar-fixed-height); transition: top .35s; } :target { scroll-margin-top: var(--anchor-offset); } .pt-navbar-height { padding-top: var(--navbar-height) !important; }