Friday, 9 August 2024
C7
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
}
header .container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
header h1 {
margin: 0;
}
nav a {
color: #fff;
margin: 0 15px;
text-decoration: none;
}
nav a:hover {
text-decoration: underline;
}
main {
padding: 20px;
text-align: center;
}
.profile-detail {
max-width: 800px;
margin: 0 auto;
}
.profile-header {
display: flex;
align-items: center;
border-bottom: 2px solid #eee;
padding-bottom: 20px;
margin-bottom: 20px;
}
.profile-pic {
border-radius: 50%;
width: 150px;
height: 150px;
margin-right: 20px;
}
.profile-info {
text-align: left;
}
.profile-info h2 {
margin-top: 0;
}
.profile-bio,
.profile-contact {
text-align: left;
margin-bottom: 20px;
}
.profile-actions {
text-align: center;
}
.btn {
display: inline-block;
padding: 10px 20px;
margin: 5px;
color: #fff;
background-color: #007bff;
text-decoration: none;
border-radius: 5px;
}
.btn:hover {
background-color: #0056b3;
}
footer {
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment