Skip to content

Instantly share code, notes, and snippets.

@matomuge
matomuge / index.html
Last active February 6, 2026 09:35
Untitled
<!DOCTYPE html>
<html>
<head>
<title>NSSF Calculator 2026</title>
<style>
body { font-family: Arial, sans-serif; margin: 30px; }
input, button { padding: 5px; margin: 5px 0; }
.result { margin-top: 20px; }
table { border-collapse: collapse; width: 70%; margin-top: 10px; }
th, td { border: 1px solid #ccc; padding: 8px; text-align: center; }
@matomuge
matomuge / index.html
Created February 6, 2026 08:23
Untitled
<!DOCTYPE html>
<html>
<head>
<title>NSSF Calculator 2026</title>
<style>
body { font-family: Arial, sans-serif; margin: 30px; }
input, button { padding: 5px; margin: 5px 0; }
.result { margin-top: 20px; }
table { border-collapse: collapse; width: 70%; margin-top: 10px; }
th, td { border: 1px solid #ccc; padding: 8px; text-align: center; }