#### HTML Code for Portfolio Item: Alexion Pharmaceuticals
html
Alexion Pharmaceuticals Portfolio
About Alexion Pharmaceuticals
**Insert relevant information about Alexion Pharmaceuticals here.**
Projects
**Include details of key projects undertaken by Alexion Pharmaceuticals.**
Achievements
**Highlight notable achievements of Alexion Pharmaceuticals.**
#### CSS Code (style.css)
css
/* Reset default margin and padding */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Style the header and navigation */
header {
background-color: #333;
color: #fff;
padding: 1rem;
text-align: center;
}
nav ul {
list-style: none;
}
nav ul li {
display: inline;
margin: 0 1rem;
}
nav ul li a {
color: #fff;
text-decoration: none;
}
/* Style the sections */
section {
padding: 2rem;
margin: 2rem 0;
background-color: #f4f4f4;
}
/* Style the footer and social links */
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 1rem;
}
.social-links a {
color: #fff;
margin: 0 0.5rem;
text-decoration: none;
}
#### JavaScript Code (script.js)
javascript
// Add interactive functionality here, if needed
**Keywords:** HTML, CSS, JavaScript, portfolio, Alexion Pharmaceuticals, projects, achievements, contact, social links, web design, showcase, interactive, web development.