Changes

156 bytes added ,  05:21, 19 October 2018
no edit summary
Line 4: Line 4:     
.shape{
 
.shape{
  text-align:center;
+
/*  text-align:center;
 
   background-color:rgba(3,78,136,0.7);
 
   background-color:rgba(3,78,136,0.7);
 
   width:200px;
 
   width:200px;
Line 11: Line 11:  
   color:white;
 
   color:white;
 
   margin:20px auto;
 
   margin:20px auto;
   position:relative;
+
   position:relative;*/
 +
  -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
 +
clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
 
}
 
}