Files
docker-test-image/static-html-directory/styles.css
Gregory Hendrickson cfe34418f8 update site
2023-06-09 16:49:16 -07:00

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;
}