Browse Source

added box shadow

master
alicestrt 3 years ago
parent
commit
09963616d9
  1. 6
      static/css/style.css

6
static/css/style.css

@ -54,7 +54,8 @@ body {
margin-right: 10px;
margin-left: 20px;
position: relative;
border-top: 1px dashed #d81159;;
/*border-top: 1px dashed #d81159;*/
}
.media_area {
margin-top: 10px;
@ -137,6 +138,9 @@ svg{
margin-top: 10px;
z-index: 1;
position: relative;
box-shadow: 12px 2px 10px 0px #d81159;
/*border-top: 2px solid #d81159;*/
}
path{
fill: transparent;

Loading…
Cancel
Save