Thursday 25 August 2016

website designing using PSD

<style>

body {
  margin:0px 0px 0px 0px;
}
.header {
background-color:#0f6f8f;
height:100%;
width:100%;
position:fixed;


}
.subhead{
border:#999 thin solid;
height:95%;
width:70%;
position:fixed;
margin-left:200px;
background-color:#0c546c;

}
.logo {

margin-top:-310px;
margin-left:450px;
background-image:url(../home%20prectics/earth-wallpapers-40-610x381.jpg);
}


.bottom {

margin-top:-30px;
}

.menu {

margin-left:50px;
}
</style>

<body>
<div class="header">
       
         <div class="subhead">
       
          <img src="../psd/ccc.png"  height="50%" width="100%"/>
          <div class="logo">
          <img src="../psd/laptop-mock-up_1135-20.jpg"height="220px" width="400px" />
           
           </div>
           <br /> <br />
           <div class="menu">
           <img src="../psd/ss.png">                   <img src="../psd/cir.png" />
           </div>
            <br /> <br/ > <br />
            <div class="bottom">
            <img src="../psd/bottom.png" height="50px" width="100%" />
            </div>
         </div>
       
       
                       
</div>

</body>

No comments:

Post a Comment