Skip to main content

Posts

Showing posts from December, 2022

Useful websites for web developers

Useful websites for web developers Devchallenges.io Anyone can learn web development. It offers challenges and designs. Styleshout.com We can download HTML and CSS web templates Codewell.cc We can practice HTML, CSS, and JavaScript by real design templates. Cssmatic.com We can generate CSS box-shadoe, border, radius and more ... With css tools. Frontend-mentor.io We can improve front-end skills and solve HTML, CSS and JavaScript challenges. Teamtreehouse.com It's offers web development, mobile development and game development. Thank you...  Keep Learning...

How to use - Owl Carousel

  Use the owl carousel for any project Step : 1 https://owlcarousel2.github.io/OwlCarousel2 Step : 2    <link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css"     integrity = "sha512-X/RSQYxFb/tvuz6aNRTfKXDnQzmnzoawgEQ4X8nZNftzs8KFFH23p/BA6D2k0QCM4R0sY1DEy9MIY9b3fwi+bg=="     crossorigin = "anonymous" referrerpolicy = "no-referrer" />   <link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css"     integrity = "sha512-f28cvdA4Bq3dC9X9wNmSx21rjWI+5piIW/uoc2LuQ67asKxfQjUow2MkcCNcfJiaLrHcGbed1wzYe3dlY4w9gA=="     crossorigin = "anonymous" referrerpolicy = "no-referrer" /> Step : 3   <script src = "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"       integrity = "sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0P...