User:Imam Ali Shah: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 29: Line 29:
*[[Communication Languages Sindhi|Sindhi]]
*[[Communication Languages Sindhi|Sindhi]]
*[[Communication Languages Punjabi|Punjabi]]
*[[Communication Languages Punjabi|Punjabi]]
==jahdijahjdh==
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vertical Blocks</title>
<style>
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;
  }
 
  .container {
    display: flex;
    align-items: center;
  }
 
  .line {
    height: 200px;
    width: 2px;
    background-color: black;
  }
 
  .block {
    width: 100px;
    height: 100px;
    background-color: #3498db;
    margin: 0 20px;
  }
</style>
</head>
<body>
<div class="container">
  <div>
    <div class="block"></div>
    <div class="block"></div>
    <div class="block"></div>
  </div>
  <div class="line"></div>
  <div>
    <div class="block"></div>
    <div class="block"></div>
    <div class="block"></div>
  </div>
</div>
</body>
</html>

Revision as of 23:31, 20 April 2024

Imam Ali Shah, MBBS

Contact:Email: imamshah.med@gmail.com

Medical Education

Professional Affiliations

Professional Experience

Peer-reviewed Publications

Certifications

Communication Languages



jahdijahjdh

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Vertical Blocks</title> <style>

 body {
   font-family: Arial, sans-serif;
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   background-color: #f0f0f0;
 }
 
 .container {
   display: flex;
   align-items: center;
 }
 
 .line {
   height: 200px;
   width: 2px;
   background-color: black;
 }
 
 .block {
   width: 100px;
   height: 100px;
   background-color: #3498db;
   margin: 0 20px;
 }

</style> </head> <body>

</body> </html>