Skip to content

Commit f1c1bec

Browse files
committed
add version display
1 parent 5f011c5 commit f1c1bec

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

client/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ <h1 class="website-title">Quick Poll</h1>
5454
/>
5555
</a>
5656
</div>
57+
<pre class="version-display">v1.1.1</pre>
5758
</footer>
5859
</body>
5960
</html>

client/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,12 @@ img.socials {
109109
img.socials:hover {
110110
filter: brightness(1);
111111
}
112+
113+
pre.version-display {
114+
filter: opacity(30%);
115+
font-size: larger;
116+
font-weight: bolder;
117+
position: absolute;
118+
right: 0;
119+
bottom: 0;
120+
}

0 commit comments

Comments
 (0)