We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f011c5 commit f1c1becCopy full SHA for f1c1bec
client/index.html
@@ -54,6 +54,7 @@ <h1 class="website-title">Quick Poll</h1>
54
/>
55
</a>
56
</div>
57
+ <pre class="version-display">v1.1.1</pre>
58
</footer>
59
</body>
60
</html>
client/main.css
@@ -109,3 +109,12 @@ img.socials {
109
img.socials:hover {
110
filter: brightness(1);
111
}
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