Added blurred shadow around images
This commit is contained in:
parent
6644d69e26
commit
3707c1c33c
1 changed files with 5 additions and 0 deletions
|
|
@ -148,6 +148,11 @@ html, body {
|
|||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
box-shadow: 3px 3px 10px 0px #888888;
|
||||
}
|
||||
}
|
||||
|
||||
.row .gridview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue