Skip to content
Snippets Groups Projects
Commit ad3c60c3 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Removing the border around images

parent 19762623
No related branches found
No related tags found
2 merge requests!18merge all,!10changes to slides
......@@ -17,3 +17,13 @@
border: none;
box-shadow: none
}
.reveal section img {
margin: 10px 0px;
background: rgba(255, 255, 255, 0.12);
border: 0px solid #000;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment