Pages

Custom radio buttons with CSS only

Do you want to customize the ugly radio buttons in your web forms . There are some plugins like icheck to do the job but when the page loading time matters you may not want to call those unwanted heavy css and javascript files.

There is a way to customize the radios buttons with only css3. it has cross browser support because thse days almost all the web browsers support it.

What it does is hiding the default radio buttons and using CSS Pseudo-elements adding some stylish buttons.

The working code is below

HTML

<div class="alert">
  <ul>
  <li>
    <input type="radio" id="f-option" name="selector">
    <label for="f-option">Pizza</label>
    
    <div class="check"></div>
  </li>
  
  <li>
    <input type="radio" id="s-option" name="selector">
    <label for="s-option">Bacon</label>
    
    <div class="check"><div class="inside"></div></div>
  </li>
  
  <li>
    <input type="radio" id="t-option" name="selector">
    <label for="t-option">Cats</label>
    
    <div class="check"><div class="inside"></div></div>
  </li>
</ul>
</div>

CSS

ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label{
    color: #dedede;
}

ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid #dedede;
}

ul li .check::before {
  display: block;
  position: absolute;
    content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
    left: 5px;
  margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #0DFF92;
}

input[type=radio]:checked ~ .check::before{
  background: #0DFF92;
}

input[type=radio]:checked ~ label{
  color: #0DFF92;
}

How to get a .com for your blogger.com just 0.99 USD

A website for just 0.99 USD with free web hosting

Good news. if you are using blogger.com to maintain a blog or a website with the main domain .blogspot.com which provided as a free service by google with unlimited bandwidth and hosting space for images and video, you can now get a .com premium domain name for your blogger blogspot web site or blog for just 0.99 USD for the first year from godaddy.


You can get a first year discount from godaddy for just 0.99 usd for your blogspot from GoDaddy 99 Cents Domain Coupons

https://springcoupon.com/godaddy-99-cent-coupon-code/

How to get a .com for your blogger.com just 0.99 USD
 here is the proof


Now you can log in godaddy account and go to Domain manager and add the DNS recored as in your blogger Settings > Publishing. 
There will be two records to add.



Add these CNAME / DNS records to the Manage section in your domain settings in Godaddy.  Do not forget to tick the non www to www redirection in the settings.  Now your blogger blogspot website or blog should work with your newly purchased .com domain for just 0.99 USD + ICANN fee.

Enjoy.

How to buy premium SSL certificate below 10 dollars USD - Lowest prices in the World



There is a way you can buy SSL from Comodo , Symantec, GeoTrust, Thawte, Rapid SSL for a lesser price than in their official web site.
For an example you can get Comodo Essential SSL for just 10 USD as in the picture below is a proof of it in GoGetSSL. Go Get SSL https://my.gogetssl.com is one of the best place for you to buy a premium type of SSL certificated from a well reputed service provider for a less price up to (90% off). 

They provide all types of SSL requirements such as  (01-26-2018 price list)


  • Domain Validation SSL (Basic) $4.08 per year
  • Domain Validation SSL  (Your website visitors can check your business information) $23.22 per year
  • Extended Validation SSL (Green Address Bar ) $77.68 per year
  • Wildcard SSL certificates
  • Mulit-Domain SSL certificates (to protect up to 250 SAN items) $20.85 per year
  • SGC SSL Certificates ( gain highest 256-bit protection  )$74.88 per year
  • Code Signing SSL Certificates  $69.88 per year
  • Email & Document Signing  $9.32 per year





How to buy premium SSL certificate below 10 dollars - cheap
Goget SSL



Here is the cheapest pricing list you will ever see

Here is the cheapest pricing list you will ever see

Traditional Vector Tree Design for Hindu Sinhala Asian New Year

A Traditional and colorful Vector Tree Design for Hindu Sinhala Sri Lankan Tamil and Asian New Year celebrations you can download free as a freebie design in illustrator and JPG formats. you can download it from the link below from mediafire . Copyrights to portfolio-max.blogspot.com.  
Free for any type of use in your design

Download File

Search This Blog