diff --git a/404.css b/404.css new file mode 100644 index 0000000..bbf36cc --- /dev/null +++ b/404.css @@ -0,0 +1,35 @@ +.not-found-container { + width: 100%; + display: flex; + overflow: auto; + min-height: 100vh; + align-items: center; + flex-direction: column; + justify-content: center; +} +.not-found-container1 { + display: flex; + position: relative; + align-items: center; + flex-direction: column; + justify-content: center; +} +.not-found-text1 { + color: rgb(38, 38, 38); + font-size: 252px; + margin-top: -20px; + font-weight: 900; + margin-bottom: -20px; + letter-spacing: -20px; +} +.not-found-container2 { + width: 421px; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; +} +.not-found-text2 { + text-align: center; + font-weight: 400; +} diff --git a/404.html b/404.html new file mode 100644 index 0000000..5c24d3a --- /dev/null +++ b/404.html @@ -0,0 +1,158 @@ + + +
+