Skip to content

Instantly share code, notes, and snippets.

View kevzlou7979's full-sized avatar

Mark Kevin Baldemor kevzlou7979

  • Manila, Philippines
View GitHub Profile
.fileuploader{
position: relative;
background: white;
width: 100%;
height: 400px;
border: 1px solid #e9e9e9;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}