<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* kubernetes-basics tutorials */
.tutorials-modules {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.module {
    width: 30%;
    text-align: center;
}

.module img {
    width: 100%;
}

.module h5 {
    margin: 10px 0 0;
}</pre></body></html>