---
title: "set shadow inset div in html"  
description: "set shadow inset div in html"  
author: "Anonymous User"  
published: 2013-03-09  
updated: 2013-03-09  
canonical: https://www.mindstick.com/forum/638/set-shadow-inset-div-in-html  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# set shadow inset div in html

Hi Guys

Please help me how to create [shadow](https://yourviews.mindstick.com/view/87467/muslims-are-destroying-hindu-villages-under-the-shadow-of-mamta-banerjee) into inset of div in html.

Thanks \

## Replies

### Reply by AVADHESH PATEL

Hi Pravesh!

Used following css for set inner shadow of div

```
.shadow {   -moz-box-shadow:    inset 0 0 10px #000000;   -webkit-box-shadow: inset 0 0 10px #000000;   box-shadow:         inset 0 0 10px #000000;}
```


---

Original Source: https://www.mindstick.com/forum/638/set-shadow-inset-div-in-html

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
