diff --git a/style.css b/style.css index 8ecfd95..c56afba 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,12 @@ +@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap'); + h1{ - color: blue; - font-weight: bold; + font-family: 'Kaushan Script', cursive; + text-align: center; + background: -webkit-linear-gradient(rgb(111, 157, 180),rgb(9, 54, 56)); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + font-size: 300%; } *{