<iframe
src="https://localhost/neosubhamoy/htdocs/projects"
height="200"
width="300"
title="test iframe"></iframe>
diff --git a/htdocs/assets/style.css b/htdocs/assets/style.css
index 3ae879c..062cfbb 100644
--- a/htdocs/assets/style.css
+++ b/htdocs/assets/style.css
@@ -611,6 +611,14 @@ video {
top: 4.7rem;
}
+.bottom-\[10vh\] {
+ bottom: 10vh;
+}
+
+.bottom-\[20vh\] {
+ bottom: 20vh;
+}
+
.z-10 {
z-index: 10;
}