Skip to content

Commit 65b76e3

Browse files
committed
custom table css styling
1 parent 6dd444a commit 65b76e3

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

content/posts/linux-command-line.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,21 @@ But you can be sure that all major Linux distros come with the binaries of those
4242

4343
## Commonly used commands
4444

45+
<style>
46+
.table
47+
{
48+
width: 100%;
49+
}
50+
51+
.table th, .table td
52+
{
53+
border: 1px solid;
54+
text-align: left;
55+
}
56+
</style>
57+
4558
<h3>📂 Files & Directories</h3>
46-
<table>
59+
<table class="table">
4760
<thead>
4861
<tr><th>Command</th><th>Project</th><th>Description</th><th>Example</th></tr>
4962
</thead>

0 commit comments

Comments
 (0)