Skip to content

Commit b778519

Browse files
committed
Fiddling with index layout
1 parent a3af351 commit b778519

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: index.html

+5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
a {
66
display: block;
77
}
8+
section {
9+
padding-bottom: 1em;
10+
11+
}
812
</style>
913
</head>
1014
<body>
15+
<h1>Links to Lesson Slides by Category</h1>
1116
<section> <strong>Terminal Essentials</strong>
1217
<a href="console.html">Introduction to the Console</a>
1318
<a href="bash.html">Introduction to Bash Scripting</a>

0 commit comments

Comments
 (0)