Tuesday, 5 September 2017
Monday, 4 September 2017
CB EDITING WITH LIGHT EFFECT IN PHOTOSHOP TUTORIAL,CB EDITING TUTORIAL PHOTOSHOP,
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE "CB EDITING WITH LIGHT EFFECT IN PHOTOSHOP TUTORIAL,CB EDITING TUTORIAL PHOTOSHOP, "
IMAGES CREDITS:-
MODEL
MY OWN STOCK
Sunday, 3 September 2017
Friday, 1 September 2017
Dream Bridge Manipulation Tutorial PhotoShop,LONDON BRIDGE MANIPULATION TUTORIAL IN PHOTOSHOP
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " Bridge Manipulation Tutorial PhotoShop,LONDON BRIDGE MANIPULATION TUTORIAL IN PHOTOSHOP "
IMAGES CREDITS:-
Wednesday, 30 August 2017
Tuesday, 29 August 2017
Monday, 28 August 2017
Saturday, 26 August 2017
Friday, 25 August 2017
Thursday, 24 August 2017
Wednesday, 23 August 2017
Monday, 21 August 2017
Sunday, 20 August 2017
Saturday, 19 August 2017
RAIN EFFECT WITH MINIATURES PHOTOSHOP,
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " RAIN EFFECT WITH MINIATURES PHOTOSHOP, "
IMAGES CREDITS;-
Friday, 18 August 2017
Wednesday, 16 August 2017
Monday, 14 August 2017
Sunday, 13 August 2017
Saturday, 12 August 2017
Friday, 11 August 2017
Wednesday, 9 August 2017
Tuesday, 8 August 2017
Monday, 7 August 2017
Sunday, 6 August 2017
MAKE YOUR OWN WEBSITE IN HTML AND CSS
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " MAKE YOUR OWN WEBSITE IN HTML AND CSS "
IMAGE;-
HTLM
<body>
<div class="nav-total-area">
<div class="container">
<div class="logo-area">
<img src="image/logo.png"/>
</div>
<div class="nav-area">
<div class="nav">
<ul>
<li><a class="active" href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="banner">
<div class="sec1">
<div class="container">
<div class="heading">
<h1>My Web Site</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<div class="button-area">
<button class="see-potfolio">See Portfolio</button>
</div>
</div>
</div>
</div>
</div>
</body>
<div class="nav-total-area">
<div class="container">
<div class="logo-area">
<img src="image/logo.png"/>
</div>
<div class="nav-area">
<div class="nav">
<ul>
<li><a class="active" href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="banner">
<div class="sec1">
<div class="container">
<div class="heading">
<h1>My Web Site</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<div class="button-area">
<button class="see-potfolio">See Portfolio</button>
</div>
</div>
</div>
</div>
</div>
</body>
CSS
*{
margin:0;
padding:0;
}
body{
color:#FFFFFF;
font-size:16px;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height:28px;
}
.container{
width:1170px;
margin:0 auto;
}
.nav-total-area{
width:100%;
float:left;
background-color:#293349;
position:relative;
padding:10px 0 15px 0;
}
.logo-area{
width:20%;
float:left;
}
.nav-area{
width:80%;
float:left;
}
.nav{
width:100%;
float:left;
position:relative;
margin-top:10px;
}
.nav ul{
margin:0;
padding:0;
margin-top:17px;
text-align:right;
}
.nav ul li{
list-style:none;
display:inline-block;
}
.nav ul li a{
color:#FFFFFF;
text-decoration:none;
padding:15px;
font-size:16px;
font-weight:100;
font-family:initial;
text-transform:uppercase;
transition-duration:0.8s;
}
.nav ul li>.active{ background-color:#FF0004;}
.nav ul li a:hover{background-color:#FF0004;}
.banner{
width:100%;
float:left;
position:relative;
padding:100px 0;
background-image:url(../image/banner.jpg);}
.sec1{
width:100%;
float:left;
position:relative;
overflow:hidden;
padding:80px 0;
}
.heading{
width:100%;
float:left;
position:relative;
text-align:center;
}
.heading h1{
font-size:35px;
color:#FFFFFF;
font-family:italic;
font-weight:100;
padding:1%;
}
.heading p{
margin:10px 0;
color:#E3E3E3;
}
.button-area{
width:100%;
float:left;
text-align:center;
}
.see-potfolio{
background-color:#FF0004;
padding:12px 20px;
width:200px;
color:#FFFFFF;
font-size:16px;
border:none;
margin-top:40px;
text-align:center;
cursor:pointer;
transition-duration:0.8s;
}
.see-potfolio:hover {background-color:#C52629;}
margin:0;
padding:0;
}
body{
color:#FFFFFF;
font-size:16px;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height:28px;
}
.container{
width:1170px;
margin:0 auto;
}
.nav-total-area{
width:100%;
float:left;
background-color:#293349;
position:relative;
padding:10px 0 15px 0;
}
.logo-area{
width:20%;
float:left;
}
.nav-area{
width:80%;
float:left;
}
.nav{
width:100%;
float:left;
position:relative;
margin-top:10px;
}
.nav ul{
margin:0;
padding:0;
margin-top:17px;
text-align:right;
}
.nav ul li{
list-style:none;
display:inline-block;
}
.nav ul li a{
color:#FFFFFF;
text-decoration:none;
padding:15px;
font-size:16px;
font-weight:100;
font-family:initial;
text-transform:uppercase;
transition-duration:0.8s;
}
.nav ul li>.active{ background-color:#FF0004;}
.nav ul li a:hover{background-color:#FF0004;}
.banner{
width:100%;
float:left;
position:relative;
padding:100px 0;
background-image:url(../image/banner.jpg);}
.sec1{
width:100%;
float:left;
position:relative;
overflow:hidden;
padding:80px 0;
}
.heading{
width:100%;
float:left;
position:relative;
text-align:center;
}
.heading h1{
font-size:35px;
color:#FFFFFF;
font-family:italic;
font-weight:100;
padding:1%;
}
.heading p{
margin:10px 0;
color:#E3E3E3;
}
.button-area{
width:100%;
float:left;
text-align:center;
}
.see-potfolio{
background-color:#FF0004;
padding:12px 20px;
width:200px;
color:#FFFFFF;
font-size:16px;
border:none;
margin-top:40px;
text-align:center;
cursor:pointer;
transition-duration:0.8s;
}
.see-potfolio:hover {background-color:#C52629;}
Saturday, 5 August 2017
Friday, 4 August 2017
MAKE SELFIE WITH SRK AND SALMAN KHAN IN PHOTOSHOP,
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE "MAKE SELFIE WITH SRK AND SALMAN KHAN IN PHOTOSHOP, "
IMAGES CREDITS;-
SRK AND SALMAN PHOTO DOWNLOAD FROM GOOGLE
Thursday, 3 August 2017
Wednesday, 2 August 2017
Tuesday, 1 August 2017
Monday, 31 July 2017
Saturday, 29 July 2017
PewDiePie DISPERSION EFFECT
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " PewDiePie DISPERSION EFFECT "
IMAGES CREDITS;-
PEWDIEPIE IMAGE DOWNLOAD FROM GOOGLE.
Friday, 28 July 2017
make gay magazine cover photoshop
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " make gay magazine cover photoshop"
IMAGES CREDITS;-
"www.urban font.com"
Thursday, 27 July 2017
mirrors effect photo manipulation tutorial
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " MIRRORS EFFECT PHOTOSHOP MANIPULATION TUTORIAL,MIRRORS PHOTOSHOP MANIPULATION "
IMAGES CREDITS;-
Ink Smoke Face Effect Photoshop CC Tutorial,
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " Ink Smoke Face Effect Photoshop CC Tutorial,ink smoke effect photoshop "
IMAGES CREDITS;-
Wednesday, 26 July 2017
MAKE AN ACTION FACEBOOK COVER PHOTOSHOP
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " MAKE AN ACTION FACEBOOK COVER PHOTOSHOP,FACEBOOK COVER PHOTOSHOP "
IMAGES CREDITS;-
Duel With The Troll Photoshop Manipulation Tutorial
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " Duel With The Troll Photoshop Manipulation Tutorial,DUEL WITH TROLL PHOTOSHOP "
IMAGES CREDITS;-
Tuesday, 25 July 2017
Monday, 24 July 2017
SOFTLIGHT EFFECT PORTRAIT PHOTOSHOP
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " SOFTLIGHT EFFECT PORTRAIT PHOTOSHOP,SOFTLIGHT EFFECT PORTRAIT,"
IMAGES CREDITS;-
Sunday, 23 July 2017
OUTDOOR PORTRAIT TUTORIAL FOR BEGINNERS PHOTOSHOP
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " OUTDOOR PORTRAIT TUTORIAL FOR BEGINNERS PHOTOSHOP,OUTDOOR PORTRAIT PHOTOSHOP, "
IMAGES CREDITS;-
Saturday, 22 July 2017
FOR BEGINNERS OUTDOOR PORTRAIT PHOTOSHOP 2017,
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE "FANTASY LIGHT EFFECT PORTRAIT PHOTOSHOP TUTORIAL,PORTRAIT EFFECT PHOTOSHOP,FOR BEGINNERS OUTDOOR PORTRAIT PHOTOSHOP 2017, "
IMAGES CREDITS;-
THIS RAIN SOMETHING NEW PHOTO MANIPULATION TUTORIAL
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " THIS RAIN SOMETHING NEW PHOTO MANIPULATION TUTORIAL,RAIN EFFECT MANIPULATION TUTORIAL "
IMAGES CREDITS;-
Friday, 21 July 2017
DRAGON RIDER PHOTO MANIPULATION TUTORIAL
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE " DRAGON RIDER PHOTO MANIPULATION TUTORIAL,DRAGON RIDER PHOTOSHOP, "
IMAGES CREDITS;-
Thursday, 20 July 2017
MAKE FORM WITH BACKGROUND IMAGE IN HTML,CSS
HELLO FRIENDS TODAY I AM BACK WITH NEW POST TODAY I WILL SHOW YOU HOW TO MAKE "MAKE FORM WITH BACKGROUND IMAGE IN HTML,CSS "
html
<style>
html{
background:url(image/mp.jpg) no-repeat center center fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o- background-size:cover;
background-size:cover;
}
</style>
</head>
<body>
<div class="total-area">
<div class="form-total-area">
<h1> My Form</h1>
<form>
<input type="text" placeholder="Firstname">
<input type="text" placeholder="Lastname">
<input type="email" placeholder="Email">
<input type="password" placeholder="password">
<input type="password" placeholder="confirm password">
<div>
<input type="radio" id="Male" name="gender"><label for="Male">Male</label>
<input type="radio" id="Female" name="gender"><label for="Female">Female</label>
</div>
<div>
<input type="submit" name="submit">
</div>
</form>
</div>
</div>
html{
background:url(image/mp.jpg) no-repeat center center fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-o- background-size:cover;
background-size:cover;
}
</style>
</head>
<body>
<div class="total-area">
<div class="form-total-area">
<h1> My Form</h1>
<form>
<input type="text" placeholder="Firstname">
<input type="text" placeholder="Lastname">
<input type="email" placeholder="Email">
<input type="password" placeholder="password">
<input type="password" placeholder="confirm password">
<div>
<input type="radio" id="Male" name="gender"><label for="Male">Male</label>
<input type="radio" id="Female" name="gender"><label for="Female">Female</label>
</div>
<div>
<input type="submit" name="submit">
</div>
</form>
</div>
</div>
css
body{
background-color:none;
}
h1{
text-align:center;
font-size:50px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFF;
}
.total-area{ width:30%; margin:0 auto;}
.form-total-area{width:100%;float:left;padding:15px;
background:#03507A80;
margin-top: 15%;}
form{
width: 95%;
color:#000;
}
input{
padding:10px;
font-size:inherit;
}
input[type="text"] {
display:block;
margin-bottom:25px;
width:100%;
border: 2px solid #000;
}
input[type="email"] {
display:block;
margin-bottom:25px;
width:100%;
border: 2px solid #000;
}
input[type="password"] {
display:block;
margin-bottom:25px;
width:100%;
border: 2px solid #000;
}
input[type="radio"]{
margin: 0 8px 25px 18px;
}
input[type="radio"]:first-child {
margin-left:0;
}
input[type="submit"] {
width: 402px;
height:15%;
border:none;
background-color:#0CF;
color:#000;
}
input:focus {
background-color:#C0F0EE;
}
input[type="radio"]:checked + label{
font-weight:bold;
font-size:18px;
}
background-color:none;
}
h1{
text-align:center;
font-size:50px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFF;
}
.total-area{ width:30%; margin:0 auto;}
.form-total-area{width:100%;float:left;padding:15px;
background:#03507A80;
margin-top: 15%;}
form{
width: 95%;
color:#000;
}
input{
padding:10px;
font-size:inherit;
}
input[type="text"] {
display:block;
margin-bottom:25px;
width:100%;
border: 2px solid #000;
}
input[type="email"] {
display:block;
margin-bottom:25px;
width:100%;
border: 2px solid #000;
}
input[type="password"] {
display:block;
margin-bottom:25px;
width:100%;
border: 2px solid #000;
}
input[type="radio"]{
margin: 0 8px 25px 18px;
}
input[type="radio"]:first-child {
margin-left:0;
}
input[type="submit"] {
width: 402px;
height:15%;
border:none;
background-color:#0CF;
color:#000;
}
input:focus {
background-color:#C0F0EE;
}
input[type="radio"]:checked + label{
font-weight:bold;
font-size:18px;
}
Subscribe to:
Posts (Atom)