diff --git a/index.html b/index.html index 4b9c3d7..5788fec 100644 --- a/index.html +++ b/index.html @@ -19,10 +19,6 @@ - -
-

try to update

-
+
+

Be a Hero! Resucue a Platypus.

+

"Because the platypus both lays eggs and produces milk,
it's one of the few animals that can make it's own custard."

+
diff --git a/style.css b/style.css index 360d294..45c0096 100644 --- a/style.css +++ b/style.css @@ -78,4 +78,38 @@ footer { .search-icon { border: none; -} \ No newline at end of file +} + +/* header style */ + +.header-style { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + position: relative; + top: 300px; + color: #D86000; + border: 2px solid rgba(48, 24, 24, .9); + background-color: rgba(48, 24, 24, .9); + padding: 20px 0px; + margin: 0px auto; + width: 60rem; +} + +.header-title { + font-size: 60px; + font-family: 'Sanomat Grab Web Regular', sans-serif; + padding-bottom: 20px; +} + +.header-subtitle { + font-size: 18px; + font-weight: 300; + font-family: 'Sanomat Grab Web Regular', sans-serif; + letter-spacing: 1px; + padding-bottom: 20px; +} + + +