diff --git a/index.html b/index.html index 766689b48..d02476dd8 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + @@ -8,6 +8,7 @@ + CalcDiverse @@ -31,21 +32,23 @@
@@ -1768,7 +1771,7 @@

Calculates the Probability of different events.

Stress Strain Calculator

-

Compute stress and strain using force, area, and length inputs.

+

Computes stress and strain using force, area, and length inputs.

+
+ +
+
+
+

QR Code Generator Calculator

+

Generates the QR Code according to the given input.

+ +
+
diff --git a/style.css b/style.css index 84b60f96d..3ab4c7975 100644 --- a/style.css +++ b/style.css @@ -1581,6 +1581,11 @@ section { transition: 0.3s; box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05); } + .nav-menu div { + display: block; + background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), + url("https://media.istockphoto.com/id/1130749286/photo/purple-glitter-lights-background-defocused.webp?b=1&s=170667a&w=0&k=20&c=9jIjQc_y6QUrOkFd-zGZF6_q5WBkcvWSVKSpuJb08w4="); + } .herocontainer { padding: 40px;