mirror of
https://github.com/ghndrx/docker-test-image.git
synced 2026-02-10 06:45:05 +00:00
35 lines
528 B
CSS
35 lines
528 B
CSS
.profile {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.avatar {
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 50%;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.profile-details {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.profile-link {
|
|
display: inline-block;
|
|
padding: 10px 20px;
|
|
background-color: #007bff;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
border-radius: 5px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.commit {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.commit h2 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|