Makes Header with Gradient for Better Styling

This commit is contained in:
2023-10-27 08:24:29 -03:00
parent 8d36666f95
commit dacbf9f548
3 changed files with 14 additions and 2 deletions

View File

@@ -5,7 +5,9 @@
position: fixed; position: fixed;
width: 100vw; width: 100vw;
background-color: #2e2e2e;
background: rgb(46,46,46);
background: linear-gradient(180deg, rgba(46,46,46,1) 65%, rgba(46,46,46,0.45) 100%);
z-index: 50; z-index: 50;
height: 10vh; height: 10vh;

View File

@@ -95,7 +95,8 @@
/* STACK SECTION*/ /* STACK SECTION*/
.stack-section { .stack-section {
background-color: #f1f1f1; background: rgb(241,241,241);
/*background: linear-gradient(0deg, rgba(241,241,241,1) 80%, rgba(51,51,51,1) 100%);*/
height: 90vh; height: 90vh;
} }
.stack { .stack {
@@ -105,6 +106,11 @@
justify-content: center; justify-content: center;
} }
.stack h2 {
font-weight: 600;
font-size: 2.5rem;
}
.stack p { .stack p {
font-family: "Poppins", sans-serif; font-family: "Poppins", sans-serif;

View File

@@ -37,4 +37,8 @@
Here are some of the technologies I've been working with recently: Here are some of the technologies I've been working with recently:
</p> </p>
</div> </div>
<div class="stack-slider">
</div>
</div> </div>