refactor: update header and hero components for improved styling and layout

This commit is contained in:
2025-02-03 20:01:18 +01:00
parent 2d21a82205
commit bf79f2ea06
7 changed files with 352 additions and 289 deletions

View File

@@ -5,7 +5,10 @@
/* Custom Global Styles */
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #e7e7e7;
/*from to background color*/
/*background: -webkit-repeating-radial-gradient(circle, #f0f0f0, #8a8a8a);*/
background: linear-gradient(120deg, #f5f7fa 0%, #303030 100%);
}
.neumorphism {