Skip to content

Commit

Permalink
Add title tyle
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmiaKulan committed Jun 18, 2024
1 parent 7989093 commit 8e3afdf
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,23 @@ body {
transition: transform 0.2s;
}

.header{
font-size: 70px;
font-weight: 600;
align-self: center;
background-image: linear-gradient(to left, #553c9a, #b393d3);
color: transparent;
background-clip: text;
-webkit-background-clip: text;
}


/* Description styles */
description {
font-size: 200px; /* Adjust as needed */
.description {
font-size: 20px; /* Adjust as needed */
font-weight: 400;
align-self: center;
color: #28085c;
margin-top: 10px;
}

.oxy-card-title {
Expand Down

0 comments on commit 8e3afdf

Please sign in to comment.