Freelancing Proposal

Subject: We are looking for a skilled web developer/team to create a modern, responsive, and SEO-friendly website similar to IITPK.com. The site should be optimized for student engagement, course details,…

0 Comments

Membership plan bootstrap

<div class="columns">   <ul class="price">     <li class="header">Basic</li>     <li class="grey">$ 9.99 / year</li>     <li>10GB Storage</li>     <li>10 Emails</li>     <li>10 Domains</li>     <li>1GB Bandwidth</li>     <li class="grey"><a href="#" class="button">Sign Up</a></li>   </ul> </div> <style> /* Create three columns of equal width */ .columns {  …

0 Comments

css for checkbox and radio btn

<!-- Rectangular switch --> <label class="switch">   <input type="checkbox">   <span class="slider"></span> </label> <!-- Rounded switch --> <label class="switch">   <input type="checkbox">   <span class="slider round"></span> </label> <style> /* The switch - the box around the slider */ .switch {  …

0 Comments

CSS modal

<style> /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top:…

0 Comments

Home 2 ecommerce

<head>     <title>Bootstrap Example</title>     <meta charset="utf-8">     <meta name="viewport" content="width=device-width, initial-scale=1">     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">     <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>            …

0 Comments