Line 4: |
Line 4: |
| | | |
| .shape{ | | .shape{ |
− | /* text-align:center;
| + | width: 220px; |
− | background-color:rgba(3,78,136,0.7);
| + | height: 120px; |
− | width:200px;
| + | background: #4da1f7; |
− | height:60px;
| |
− | line-height:60px;
| |
− | color:white;
| |
− | margin:20px auto;
| |
− | 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);
| |
| } | | } |
| | | |