summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-15 23:33:10 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-15 23:33:10 +0200
commit57b2544ff0c1a501a04876eb5ca8e143439685e7 (patch)
tree416fb2794ab219bb9444fac9399350a1d1a556b9 /src/style.css
parent315b2f9c5cc735d9f0c224c81ce624c28b99c052 (diff)
Add the ‘About Me’ page
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/style.css b/src/style.css
index 8277d0e..07c8d8c 100644
--- a/src/style.css
+++ b/src/style.css
@@ -219,12 +219,18 @@ dl {
pointer-events: none;
}
- abbr.cpu::before { content: 'Central Processing Unit'; }
- abbr.ec::before { content: 'Embedded Controller'; }
- abbr.gnu::before { content: 'GNU’s Not UNIX'; }
- abbr.html::before { content: 'Hypertext Markup Language'; }
- abbr.led::before { content: 'Light-Emitting Diode'; }
- abbr.rgb::before { content: 'Red Green Blue'; }
+ abbr.cli::before { content: 'Command-Line Interface'; }
+ abbr.cpu::before { content: 'Central Processing Unit'; }
+ abbr.css::before { content: 'Cascading Stylesheets'; }
+ abbr.cv::before { content: 'Curriculum Vitæ'; }
+ abbr.ec::before { content: 'Embedded Controller'; }
+ abbr.gnu::before { content: 'GNU’s Not UNIX'; }
+ abbr.html::before { content: 'Hypertext Markup Language'; }
+ abbr.it::before { content: 'Information Technology'; }
+ abbr.led::before { content: 'Light-Emitting Diode'; }
+ abbr.nas::before { content: 'Network Attached Storage'; }
+ abbr.rgb::before { content: 'Red Green Blue'; }
+ abbr.xml::before { content: 'Extensible Markup Language'; }
}
@media (max-width: 40em) {