15 lines
148 B
CSS
15 lines
148 B
CSS
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/*********
|
||
|
* IMAGES
|
||
|
*********/
|
||
|
|
||
|
.img--circular {
|
||
|
shape-outside: circle(50%);
|
||
|
-webkit-clip-path: circle(50%);
|
||
|
clip-path: circle(50%);
|
||
|
}
|