# Khi ảnh trong cột  làm sao để full không kể padding (ok)

```
.no-padding{
  padding-left:0;
  padding-right:0;
}
.wrapcontent {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
```

```
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6 listone no-padding">
	<img src="https://img.k13cdn.net/f/2015/01/1420543805-vurduntitled_13_byys.jpg" alt="bannerhome1.jpg">
	<div class="wrapcontent">
	<div class="wrapertext">
		<a href="#" class="titleh2 para2 titlelistone textmidle2">Dấu hiệu để nhận biết gia sư giỏi ngay từ lần gặp mặt đầu tiên</a>
		</div>
		<p>Khi có ý định tìm gia sư tại nhà cho con, các bậc phụ huynh có rất nhiều đắn đo, suy nghĩ. Khi cuộc sống ngày càng ổn định, còn người ta cũng luôn mong muốn...</p>
		<div class="datewrap displayspacebetween"><span class="date">19/06/2018</span><span class="read read-r lines readctwo"><a href="#">Đọc tiếp</a><i class="fas fa-arrow-right"></i></span></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://learncss.gitbook.io/learncss/can-chinh-anh/khi-anh-trong-cot-lam-sao-de-full-khong-ke-padding-ok.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.
