Skip to content

Commit 4b684e7

Browse files
committed
Style : welcome h2
1 parent ac5af5b commit 4b684e7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,12 @@ body {
213213
z-index: 5;
214214
}
215215
}
216+
.welcome{
217+
font-size: 4em;
218+
font-size: 4em;
219+
background:linear-gradient(90deg, rgb(130, 169, 223) 30%, rgb(232, 238, 176) 120%);
220+
-webkit-background-clip: text;
221+
-webkit-text-fill-color: transparent;
222+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
223+
opacity: 90%;
224+
}

0 commit comments

Comments
 (0)