File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22permalink: /404.html
33layout: page
4+ title: "404"
45---
56
6- < style type ="text/css " media ="screen ">
7- .container {
8- margin : 10px auto;
9- max-width : 600px ;
10- text-align : center;
11- }
12- h1 {
13- margin : 30px 0 ;
14- font-size : 4em ;
15- line-height : 1 ;
16- letter-spacing : -1px ;
17- }
18- </ style >
19-
20- < div class ="container ">
21- < h1 > 404</ h1 >
22-
23- < p > < strong > Page not found :(</ strong > </ p >
24- < p > The requested page could not be found.</ p >
7+ < div class ="prose " style ="text-align:center;padding:48px 0 ">
8+ < p style ="font-size:clamp(72px,16vw,128px);font-family:var(--mono);color:var(--accent);margin:0 0 8px;line-height:1 "> 404</ p >
9+ < p style ="font-size:18px;color:var(--text);margin:0 0 8px "> page not found</ p >
10+ < p style ="color:var(--muted) "> The requested page could not be found.</ p >
2511</ div >
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ url: "https://dropdevrahul.github.io" # the base hostname & protocol for your si
2727github_username : dropdevrahul
2828
2929# Build settings
30- theme : minima
3130plugins :
3231 - jekyll-feed
3332
You can’t perform that action at this time.
0 commit comments