Css

{ // module_execution
The bootstrap is all about defined classes,that we can use in our HTML template to beautify it without much hard ...
STACK: [BOOTSTRAP] [CSS] [HTML]
DATE: [January 26, 2016]
{ // module_execution
[code lang=”php”] <style> ::-webkit-input-placeholder { color:#000; } :-moz-placeholder { color:#000; opacity: 1; } ::-moz-placeholder { color:#000; opacity: 1; } :-ms-input-placeholder ...
STACK: [CSS]
DATE: [January 22, 2016]
{ // module_execution
[code lang=”php”] <?php ob_start(); $aHost = ‘HOSTNAME’; $aUser = ‘DBUSER’; $aPass = ‘DBPASS’; $aDb = ‘DBNAME’; $aCon = mysqli_connect($aHost,$aUser,$aPass); mysqli_select_db($aCon,$aDb); ...
STACK: [CSS] [MYSQL] [PHP]
DATE: [January 11, 2016]
{ // module_execution
[code lang=”php”] <style> .videoResponsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .videoResponsive iframe, .videoResponsive object, ...
STACK: [CSS] [HTML]
DATE: [January 4, 2016]
{ // module_execution
[code lang=”css”] <style> .tblResponsive { width:100%; } .tblResponsive tr td { border-bottom:solid 1px #e6e6e6; padding:5px; } .tblResponsive tr.tblHead td { ...
STACK: [CSS] [HTML]
DATE: [January 4, 2016]

Add this website to your home screen?