Latest News

Saturday, 13 December 2014

Author Style With CSS3 Website/Blogger

Add a Author Style With CSS3 Style on website or blogger. Let us follow the below steps.

Author Style With CSS3 Demo 1

Step 1: Go to Blogger Click the Dashboard then
Step 2: Now Click on Template->Edit HTML-> Proceed
Step 3: Now Find this code ]]></b:skin> by pressing Ctrl + F
Step 4: Copy the code from below and Paste it  Before/above ]]></b:skin> 
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
section, header{
    display: block;
}
/* General Demo Style */
body{
    font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    background: #fff;
    font-weight: 400;
    font-size: 15px;
    color: #3a2127;
    overflow-y: scroll;
}
a{
    color: #333;
    text-decoration: none;
}
.container{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.clr{
    clear: both;
}
.container > header{
    padding: 20px 30px 20px 30px;
    margin: 0px 20px 10px 20px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
    position: relative;
    color: #498ea5;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    padding: 0px 0px 5px 0px;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h1 span{
    font-family: 'Alegreya SC', Georgia, serif;
    font-size: 20px;
    line-height: 20px;
    display: block;
    font-weight: 400;
    font-style: italic;
    color: #719dab;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.container > header h2{
    font-size: 16px;
    font-style: italic;
    color: #2d6277;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.Blogsitedesigns-top{
    line-height: 24px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.Blogsitedesigns-top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    text-shadow: 0px 1px 1px #fff;
    display: block;
    float: left;
}
.Blogsitedesigns-top a:hover{
    background: #fff;
}
.Blogsitedesigns-top span.right{
    float: right;
}
.Blogsitedesigns-top span.right a{
    float: left;
    display: block;
}
.Blogsitedesigns-demos{
    text-align:center;
    display: block;
    line-height: 30px;
    padding: 20px 0px;
}
.Blogsitedesigns-demos a{
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 4px;
    color: #fff;
    line-height: 20px;   
    font-style: italic;
    font-size: 13px;
    border-radius: 3px;
    background: rgba(41,77,95,0.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.Blogsitedesigns-demos a:hover{
    background: rgba(41,77,95,0.3);
}
.Blogsitedesigns-demos a.current,
.Blogsitedesigns-demos a.current:hover{
    background: rgba(41,77,95,0.3);
}
.mh-menu{
    height: 385px;
    width: 600px;
    margin: 20px auto;
    position: relative;
}
.mh-menu li{
    width: 300px;
}
.mh-menu li a{
    display: block;
    width: 280px;
    padding: 0px 10px;
    text-align: right;
    position: relative;
    z-index: 10;
    height: 97px;
    border-right: 1px solid #ddd;
    background: rgba(255,255,255, 0.8);
}
.mh-menu li:hover a{
    background: rgba(225,239,240, 0.4);
}
.mh-menu li a span{
    display:block;
}
.mh-menu li a span:first-child{
    font-weight: 700;
    font-size: 16px;
    color: #ddd;
    padding-top: 10px;
    font-family: 'Alegreya SC', Georgia, serif;
}
.mh-menu li a span:nth-child(2){
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    font-family: 'Alegreya SC', Georgia, serif;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.mh-menu li:nth-child(1):hover span:nth-child(2){
    color: #ae3637;
}
.mh-menu li:nth-child(2):hover span:nth-child(2){
    color: #c3d243;
}
.mh-menu li:nth-child(3):hover span:nth-child(2){
    color: #d38439;
}
.mh-menu li:nth-child(4):hover span:nth-child(2){
    color: #8e7463;
}
.mh-menu li img{
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -moz-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -o-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -ms-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
}
.mh-menu li:hover img{
    left: 350px;
    opacity: 1;
}
Step 5: Click the Layout and Add a Gadget then
Step 6:
Click the HTML/JavaScript then

Step 7: Copy the Below code And Paste on it.
<div class="container">
<ul class="mh-menu">
<li><a href="#"><span>Charmian</span> <span>Srini Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_LrfiRLGHq5_UAb3Eov_5N4BaKqtIH8KMNfaS3hSC516oe5v7wudZlSgFRg8VrxLTvr2YdehsjBczWi70o3DvgrwPCSt6NlS-FA7vuyob0O0YF0UmtmZJT_D8eenURCyy2Ni-izDgaxk/s1600/2.jpg" alt="image01"/></li>
<li><a href="#"><span>Partner</span> <span>Uma Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMNuPOjdZyJLMVyRamuLXkgs8sknFqbkcs0o5RbOnLtQdTxRZTD6dDX6hFF4E4KFdl6GcNNWEoQU2exwbv1jJVVF5Ucs7ygWufm7X_Z647G-ac7bjhL-j91ICVNYPrNdNXZ1e9ILkof6M/s1600/4.jpg" alt="image02"/></li>
<li><a href="#"><span>CEO $ Designer</span> <span>Dinesh Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgk4jCW_DUvzWMzhteZAGPQXnS52pLk291yYvAH04inW-zDXRsuf9kHz8bAbIG9aUHp7szHiBjFaOTy__gkvMUaxtqIVIiA-zoMqajbk2S4UJwZQlR22BG94oqxAHVoZ6O-9idh4hMKQMQ/s1600/1.jpg" alt="image03"/></li>              
<li><a href="#"><span>CEO $ Designer</span> <span>Rajesh Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCx3tvYw8Dtd_xTjHfgjKO4QdwiM0542EFahJmZWNM42ESSdF82Lb5IwuhZ0MGQ0pI2-iWRIDXWRNgXs3fkWBXvCIN6FTRKv6lU-1BHvGAQfhhlra_8z8zPzS66h0ejieCUHqCV9_QCLQ/s1600/3.jpg" alt="image04"/></li>
</ul>
</div>
Step 8: Change the Red Colored Images Link with your Image.
Step 9: Change the Green Colored Name with your Name.
Step 10: Save it and It will works.

Author Style With CSS3 Demo 2  
Step 1: Go to Blogger Click the Dashboard then
Step 2: Now Click on Template->Edit HTML-> Proceed
Step 3: Now Find this code ]]></b:skin> by pressing Ctrl + F
Step 4: Copy the code from below and Paste it  Before/above ]]></b:skin> 
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
section, header{
    display: block;
}
/* General Demo Style */
body{
    font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    background: #fff;
    font-weight: 400;
    font-size: 15px;
    color: #3a2127;
    overflow-y: scroll;
}
a{
    color: #333;
    text-decoration: none;
}
.container{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.clr{
    clear: both;
}
.container > header{
    padding: 20px 30px 20px 30px;
    margin: 0px 20px 10px 20px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
    position: relative;
    color: #498ea5;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    padding: 0px 0px 5px 0px;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h1 span{
    font-family: 'Alegreya SC', Georgia, serif;
    font-size: 20px;
    line-height: 20px;
    display: block;
    font-weight: 400;
    font-style: italic;
    color: #719dab;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.container > header h2{
    font-size: 16px;
    font-style: italic;
    color: #2d6277;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.Blogsitedesigns-top{
    line-height: 24px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.Blogsitedesigns-top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    text-shadow: 0px 1px 1px #fff;
    display: block;
    float: left;
}
.Blogsitedesigns-top a:hover{
    background: #fff;
}
.Blogsitedesigns-top span.right{
    float: right;
}
.Blogsitedesigns-top span.right a{
    float: left;
    display: block;
}
.Blogsitedesigns-demos{
    text-align:center;
    display: block;
    line-height: 30px;
    padding: 20px 0px;
}
.Blogsitedesigns-demos a{
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 4px;
    color: #fff;
    line-height: 20px;   
    font-style: italic;
    font-size: 13px;
    border-radius: 3px;
    background: rgba(41,77,95,0.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.Blogsitedesigns-demos a:hover{
    background: rgba(41,77,95,0.3);
}
.Blogsitedesigns-demos a.current,
.Blogsitedesigns-demos a.current:hover{
    background: rgba(41,77,95,0.3);
}
        </style>
        <style type="text/css">
        .mh-menu{
    height: 385px;
    width: 600px;
    margin: 20px auto;
    position: relative;
}
.mh-menu li{
    width: 300px;
}
.mh-menu li a{
    display: block;
    width: 280px;
    padding: 0px 10px;
    text-align: right;
    position: relative;
    z-index: 10;
    background: #fff;
    height: 97px;
    border-right: 1px solid #ddd;
    background: rgba(255,255,255, 0.8);
}
.mh-menu li:hover a{
    background: rgba(255,255,255, 1);
}
.mh-menu li a span{
    display:block;
}
.mh-menu li a span:first-child{
    font-weight: 700;
    font-size: 16px;
    color: #ddd;
    padding-top: 10px;
    font-family: 'Alegreya SC', Georgia, serif;
}
.mh-menu li a span:nth-child(2){
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    font-family: 'Alegreya SC', Georgia, serif;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.mh-menu li:nth-child(1):hover span:nth-child(2){
    color: #ae3637;
}
.mh-menu li:nth-child(2):hover span:nth-child(2){
    color: #c3d243;
}
.mh-menu li:nth-child(3):hover span:nth-child(2){
    color: #d38439;
}
.mh-menu li:nth-child(4):hover span:nth-child(2){
    color: #8e7463;
}
.mh-menu li img{
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -moz-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -o-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -ms-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
}
.mh-menu li:hover img{
    left: 350px;
    opacity: 1;
}

Step 5: Click the Layout and Add a Gadget then
Step 6:
Click the HTML/JavaScript then

Step 7: Copy the Below code And Paste on it.
<div class="container">
<ul class="mh-menu">
<li><a href="#"><span>Charmian</span> <span>Srini Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_LrfiRLGHq5_UAb3Eov_5N4BaKqtIH8KMNfaS3hSC516oe5v7wudZlSgFRg8VrxLTvr2YdehsjBczWi70o3DvgrwPCSt6NlS-FA7vuyob0O0YF0UmtmZJT_D8eenURCyy2Ni-izDgaxk/s1600/2.jpg" alt="image01"/></li>
<li><a href="#"><span>Partner</span> <span>Uma Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMNuPOjdZyJLMVyRamuLXkgs8sknFqbkcs0o5RbOnLtQdTxRZTD6dDX6hFF4E4KFdl6GcNNWEoQU2exwbv1jJVVF5Ucs7ygWufm7X_Z647G-ac7bjhL-j91ICVNYPrNdNXZ1e9ILkof6M/s1600/4.jpg" alt="image02"/></li>
<li><a href="#"><span>CEO $ Designer</span> <span>Dinesh Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgk4jCW_DUvzWMzhteZAGPQXnS52pLk291yYvAH04inW-zDXRsuf9kHz8bAbIG9aUHp7szHiBjFaOTy__gkvMUaxtqIVIiA-zoMqajbk2S4UJwZQlR22BG94oqxAHVoZ6O-9idh4hMKQMQ/s1600/1.jpg" alt="image03"/></li>              
<li><a href="#"><span>CEO $ Designer</span> <span>Rajesh Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCx3tvYw8Dtd_xTjHfgjKO4QdwiM0542EFahJmZWNM42ESSdF82Lb5IwuhZ0MGQ0pI2-iWRIDXWRNgXs3fkWBXvCIN6FTRKv6lU-1BHvGAQfhhlra_8z8zPzS66h0ejieCUHqCV9_QCLQ/s1600/3.jpg" alt="image04"/></li>
</ul>
</div> 
Step 8: Change the Red Colored Images Link with your Image.
Step 9: Change the Green Colored Name with your Name.
Step 10: Save it and It will works.
Author Style With CSS3  Demo 3
Step 1: Go to Blogger Click the Dashboard then
Step 2: Now Click on Template->Edit HTML-> Proceed
Step 3: Now Find this code ]]></b:skin> by pressing Ctrl + F
Step 4: Copy the code from below and Paste it  Before/above ]]></b:skin> 
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
section, header{
    display: block;
}
/* General Demo Style */
body{
    font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    background: #fff;
    font-weight: 400;
    font-size: 15px;
    color: #3a2127;
    overflow-y: scroll;
}
a{
    color: #333;
    text-decoration: none;
}
.container{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.clr{
    clear: both;
}
.container > header{
    padding: 20px 30px 20px 30px;
    margin: 0px 20px 10px 20px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
    position: relative;
    color: #498ea5;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    padding: 0px 0px 5px 0px;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h1 span{
    font-family: 'Alegreya SC', Georgia, serif;
    font-size: 20px;
    line-height: 20px;
    display: block;
    font-weight: 400;
    font-style: italic;
    color: #719dab;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.container > header h2{
    font-size: 16px;
    font-style: italic;
    color: #2d6277;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.Blogsitedesigns-top{
    line-height: 24px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.Blogsitedesigns-top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    text-shadow: 0px 1px 1px #fff;
    display: block;
    float: left;
}
.Blogsitedesigns-top a:hover{
    background: #fff;
}
.Blogsitedesigns-top span.right{
    float: right;
}
.Blogsitedesigns-top span.right a{
    float: left;
    display: block;
}
.Blogsitedesigns-demos{
    text-align:center;
    display: block;
    line-height: 30px;
    padding: 20px 0px;
}
.Blogsitedesigns-demos a{
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 4px;
    color: #fff;
    line-height: 20px;   
    font-style: italic;
    font-size: 13px;
    border-radius: 3px;
    background: rgba(41,77,95,0.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.Blogsitedesigns-demos a:hover{
    background: rgba(41,77,95,0.3);
}
.Blogsitedesigns-demos a.current,
.Blogsitedesigns-demos a.current:hover{
    background: rgba(41,77,95,0.3);
}
.mh-menu{
    height: 385px;
    width: 600px;
    margin: 20px auto;
    position: relative;
}
.mh-menu li{
    width: 300px;
}
.mh-menu li a{
    display: block;
    width: 280px;
    padding: 0px 10px;
    text-align: right;
    position: relative;
    z-index: 10;
    background: #fff;
    height: 97px;
    border-right: 1px solid #ddd;
    background-color: rgba(255,255,255, 0.8);
}
.mh-menu li:nth-child(1):hover a{
    background-color: rgba(174,54,55,0.9);
}
.mh-menu li:nth-child(2):hover a{
    background-color: rgba(195, 210, 67, 0.9)
}
.mh-menu li:nth-child(3):hover a{
    background-color: rgba(211, 132, 57, 0.9);
}
.mh-menu li:nth-child(4):hover a{
    background-color: rgba(142, 116, 99, 0.9);
}
.mh-menu li a span{
    display:block;
}
.mh-menu li a span:first-child{
    font-weight: 700;
    font-size: 16px;
    color: #ddd;
    padding-top: 10px;
    font-family: 'Alegreya SC', Georgia, serif;
}
.mh-menu li a span:nth-child(2){
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    font-family: 'Alegreya SC', Georgia, serif;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.mh-menu li:hover span:nth-child(2){
    color: #fff;
}
.mh-menu li img{
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -moz-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -o-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    -ms-transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
    transition: left 0.4s ease-in-out, opacity 0.6s ease-in-out;
}
.mh-menu li:hover img{
    left: 350px;
    opacity: 1;
}
Step 5: Click the Layout and Add a Gadget then
Step 6:
Click the HTML/JavaScript then

Step 7: Copy the Below code And Paste on it.
<div class="container">
<ul class="mh-menu">
<li><a href="#"><span>Charmian</span> <span>Srini Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_LrfiRLGHq5_UAb3Eov_5N4BaKqtIH8KMNfaS3hSC516oe5v7wudZlSgFRg8VrxLTvr2YdehsjBczWi70o3DvgrwPCSt6NlS-FA7vuyob0O0YF0UmtmZJT_D8eenURCyy2Ni-izDgaxk/s1600/2.jpg" alt="image01"/></li>
<li><a href="#"><span>Partner</span> <span>Uma Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMNuPOjdZyJLMVyRamuLXkgs8sknFqbkcs0o5RbOnLtQdTxRZTD6dDX6hFF4E4KFdl6GcNNWEoQU2exwbv1jJVVF5Ucs7ygWufm7X_Z647G-ac7bjhL-j91ICVNYPrNdNXZ1e9ILkof6M/s1600/4.jpg" alt="image02"/></li>
<li><a href="#"><span>CEO $ Designer</span> <span>Dinesh Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgk4jCW_DUvzWMzhteZAGPQXnS52pLk291yYvAH04inW-zDXRsuf9kHz8bAbIG9aUHp7szHiBjFaOTy__gkvMUaxtqIVIiA-zoMqajbk2S4UJwZQlR22BG94oqxAHVoZ6O-9idh4hMKQMQ/s1600/1.jpg" alt="image03"/></li>              
<li><a href="#"><span>CEO $ Designer</span> <span>Rajesh Vasan</span></a><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCx3tvYw8Dtd_xTjHfgjKO4QdwiM0542EFahJmZWNM42ESSdF82Lb5IwuhZ0MGQ0pI2-iWRIDXWRNgXs3fkWBXvCIN6FTRKv6lU-1BHvGAQfhhlra_8z8zPzS66h0ejieCUHqCV9_QCLQ/s1600/3.jpg" alt="image04"/></li>
</ul>
</div> 
Step 8: Change the Red Colored Images Link with your Image.
Step 9: Change the Green Colored Name with your Name.
Step 10: Save it and It will works.


Author Style With CSS3
262 KB
Author Style With CSS3
View a Sample
  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Item Reviewed: Author Style With CSS3 Website/Blogger Description: Rating: 5 Reviewed By: Unknown
Scroll to Top