1 parent 6dd444a commit 65b76e3Copy full SHA for 65b76e3
1 file changed
content/posts/linux-command-line.md
@@ -42,8 +42,21 @@ But you can be sure that all major Linux distros come with the binaries of those
42
43
## Commonly used commands
44
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
58
<h3>📂 Files & Directories</h3>
-<table>
59
+<table class="table">
60
<thead>
61
<tr><th>Command</th><th>Project</th><th>Description</th><th>Example</th></tr>
62
</thead>
0 commit comments