diff options
author | Daniel Jones <daniel@danieljon.es> | 2024-11-19 13:24:38 +1100 |
---|---|---|
committer | Daniel Jones <daniel@danieljon.es> | 2024-11-19 13:24:38 +1100 |
commit | 086a5fd5bdeab487cdd57f9bde598f1bde177d5b (patch) | |
tree | bfb8bfddc1c334d01c257f1f57e096cc31dfd5f7 /template.txt | |
parent | 7b43ccc9cdf462ad044cb468cb79ee45833748c2 (diff) | |
download | websitegenerator-086a5fd5bdeab487cdd57f9bde598f1bde177d5b.tar.gz websitegenerator-086a5fd5bdeab487cdd57f9bde598f1bde177d5b.zip |
Diffstat (limited to 'template.txt')
-rw-r--r-- | template.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template.txt b/template.txt index 5870b43..d149dd1 100644 --- a/template.txt +++ b/template.txt @@ -319,6 +319,12 @@ to { display: none; /* Hide on small viewports */ } } + +.headertext +{ + font-size: 20px; + font-weight: bold; +} </style> </head> <body> @@ -335,7 +341,7 @@ to { </h1> <div id="links"> <div class="running-sprite"></div> - <table border="1" width="100%" align="center"> + <table class="headertext" border="1" width="100%" align="center"> <tbody> <tr> <td><a href="/">index</a></td> |