# Delicious food

### 2. Delicious Food Section

> Module class: delicious-food

![](/files/9YpdLVmPV8AuPoilhRnv)

Add the text block and copy and paste the below code

```html
<div class="col-xs-12">
<div class="container">
<h2 class="widgettitle ">Delicious Food</h2>
<h4 class="sub-title ">Check out our menu</h4>
<div class="col-xs-12 col-sm-12 col-md-5 delivery">
<div class="discover-menu">
<h2>Discover Menu</h2>
<h4>Keep browsing our latest menu</h4>
Sed imperdiet est et nulla tincidunt, ac aliquam magna tempus. Nullam congue placerat condimentum. Pellentesque tempor tincidunt nibh id varius. Integer mi libero, interdum et augue et, bibendum dapibus nisi. In eget est viverra, consequat tellus eu, tincidunt libero. tellus eu, tincidunt libero. tellus eu, tincidunt libero.

<button class="button btn-primary">Discover All</button>

</div>
</div>
<div class="food-banner style1 col-xs-12 col-sm-12 col-md-7 wow flipInX animated" data-wow-duration="1s">
<div class="img-container col-md-6 col-sm-6 col-xs-12"><img class="alignleft" src="http://yummy_wp.dev/wp-content/uploads/2016/10/food-gal.jpg" alt="brunch" width="365" height="295" /></div>
<div class="banner-features col-md-6 col-sm-6 col-xs-12">
<div class="banner-features-inner">
<div class="food-price">

<sup>$</sup>14<sup class="decimals">20</sup>

</div>
<ul>
    <li>
<h6>Tasty Brunch</h6>
2 farm fresh eggs, 2 bacon or 1 house made sausage, fresh greens</li>
    <li>
<h6>Chilaquiles</h6>
tortilla chips, fire roasted tomatillo salsa, 2 sunny side farm fresh eggs</li>
    <li>
<h6>Pancakes</h6>
seasonal toppings</li>
</ul>
</div>
</div>
</div>
</div>
</div>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wpdocs.themeparrot.com/wordpress-themes/yummy/layout-customization/home-page-styles/delicious-food.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
