Skip to content

Commit 6cad191

Browse files
committed
Add style css for images and {alert} for blue boxes
1 parent 8f3435d commit 6cad191

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

static/css/style_tutorials.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* styles for kubernetes-basics tutorials */
2+
.tutorials-modules {
3+
display: flex;
4+
flex-wrap: wrap;
5+
gap: 20px;
6+
justify-content: space-between;
7+
}
8+
9+
.module {
10+
width: 30%;
11+
text-align: center;
12+
}
13+
14+
.module img {
15+
width: 100%;
16+
}
17+
18+
.module h5 {
19+
margin: 10px 0 0;
20+
}

0 commit comments

Comments
 (0)