سایت رسمی و شخصی محسن شریفی

« مشاهده سایت »
<html>
<head>
<meta name="keywords" content="sharify,mohsen" />
<meta name="description" content="This Is My Website!" />
<link href="css/css.css" rel="stylesheet" type="text/css" />
<title>Mohsen Sharify Official website</title>
</head>
<body>
 <div id="wrapper">
  <div id="layout">
   <div id="body">
    <ul class="Buttons">
     <li class="btn bio">
      <a href="biography.html">Biography</a>
     </li>
     <li class="btn expertise">
      <a href="expertise.html">Expertise</a>
     </li>
     <li class="btn blog">
      <a href="news.html">Blog</a>
     </li>
    </ul>
   </div>
  </div>
 </div>
</body>
</html>
*{margin:0;padding:0;border:none}
body{font:10pt tahoma;color:#fff}
ul,li{list-style:none}

#wrapper{width:1000px;height:auto;margin:0 auto}
#body{width:100%;height:535px}

ul.Buttons li.btn{width:107px;height:107px}
ul.Buttons li.btn a{display:block}
.bio a{background:url(bio_btn.png)}
.expertise a{background:url(expertise_btn.png)}
.blog a{background:url(blog_btn.png)}
X