Enhance generator gallery by displaying the time difference since the last update in the footer by each card. This information is obtained from the GitHub API for the specified folders.
18 lines
210 B
CSS
18 lines
210 B
CSS
body {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
h1 {
|
|
align-items: center;
|
|
text-align: center;
|
|
color: #363636;
|
|
}
|
|
|
|
.container {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.card-footer {
|
|
background-color: #343a40;
|
|
color: #adb5bd;
|
|
} |