User:Imam Ali Shah: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Manual revert Visual edit: Switched |
|||
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
- Navigating the Uncharted Territory of Pediatric-Onset Multiple Sclerosis in a 12-Year-Old Male: A Case Study
- Cryptogenic Cirrhosis: Decoding Diagnostic Challenges through Radiological Insights
- Arsenic in the Food Chain in Pakistan: Assessing Risks to Human Health and Ensuring Food Security Through Comprehensive Contamination Mitigation Strategies
Certifications
- USMLE Step 1-Pass
- EF Standard English Test-C2 Proficient
- Pakistan Medical & Dental Council-Permenantly Certified
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>