Posts

Image
Learn to code online - CodeWithHarry CodeWithHarry Menu Login Home Courses Tutorial Blog Contact WorkWithHarry Login Signup HTML CSS JS C C++ JAVA PYTHON TAILWIND REACTJS NEXTJS Home Courses Tutorial HTML CSS JS C C++ JAVA PYTHON TAILWIND REACTJS NEXTJS Blog Contact WorkWithHarry Welcome to CodeWithHarry Confused on which course to take? I have got you covered. Browse courses and find out the best course for you. Its free! Code With Harry is my attempt to teach basics and those coding techniques to people in short time which took me ages to learn. Free Courses Explore Blog Recommended Courses Free Course Tailwind Course In Hindi Complete Tailwind CSS Course by CodeWithHarry in Hindi - Learn Tailwind CSS from scratch for free! Start Watching Free Course Next.js Tutorials For Beginners Complete Next.js Course by CodeWithHarry in Hindi - Learn Next.js from Scratch. Start Watching Free Course React Js Tutorials For Beginners React is a free and open-source front-end JavaScript library. ...
/*! * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ :root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", ...