Skip to main content

Posts

Showing posts from June, 2022

image reflect and border image

 border image   .border__img {             width : 200px ;             height : 200px ;             margin : 50px auto ;             padding : 10px ;             border : 100px solid ;             border-image-source : url ( border.jpg );             border-image-slice : 80 ;             border-image-repeat : round ;         } image reflect img {             width : 200px ;             -webkit-box-reflect : right ;         }

Custom Fonts

  First dounlode font .ttf formet than it's convert .woff    @font-face {             font-family : Firstfont;             src : url ( /fONTS/Roboto-Regular.woff );         }         body {             font-family : firstfont;         }

css pointer-events