Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0f56b9

Browse filesBrowse files
mrgilesmichellengnx
authored andcommitted
Add style css for images and {alert} for blue boxes
1 parent 8715a3b commit a0f56b9
Copy full SHA for a0f56b9

File tree

1 file changed

+20
-0
lines changed
Filter options

1 file changed

+20
-0
lines changed

‎static/css/style_tutorials.css

Copy file name to clipboard
+20
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.