Showing posts with label Bootstrap. Show all posts
Showing posts with label Bootstrap. Show all posts
How to Launch Bootstrap Modal on page load

How to Launch Bootstrap Modal on page load

agyanadda
You can create bootstrap modal on page load only you have to write some script which is given below Click Here To Live check Auto Loading Bootstrap Modal
How to create Comment Form using Javascript

How to create Comment Form using Javascript

agyanadda
Bootstrap Example var flag=true; function fcomment(){ var data="POST COMMENT"; document.getElementById('fid').innerHTML=data; if(flag){ document.getElementById("fid").innerHTML=data; flag=false; }else{ document.getElementById("fid").innerHTML=""; flag=true; } }
How to create Login Form

How to create Login Form

agyanadda
Create Responsive Login Form using Bootstrap. Bootstrap Example .btnw{width:49%;} .login-or { position: relative; font-size: 18px; color: #aaa; margin-top: 10px; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; } .span-or {
How to use CSS selector in CSS

How to use CSS selector in CSS

agyanadda
Interal CSS p{ color:red; } #abc{ color:blue; } .ab{ color:green; } Hello How r u[Tag based calling] Hello[ Id based call] My Name is Mohan
Responsive Bootstrap Login and Registraion form

Responsive Bootstrap Login and Registraion form

agyanadda
Registration form body{ background: #a8ff78; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #78ffd6, #a8ff78); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #78ffd6, #a8ff78); /*