1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 17:03:01 +05:30

(feat): added custom 404 page not found error handleing page

This commit is contained in:
2023-12-11 22:07:57 +05:30
parent 6eeba2f01a
commit 27403ffaef
3 changed files with 109 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@@ -761,6 +761,16 @@ video {
margin-bottom: 0.30rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
@@ -933,6 +943,22 @@ video {
margin-top: 30vh;
}
.mb-60 {
margin-bottom: 15rem;
}
.mt-20 {
margin-top: 5rem;
}
.mt-24 {
margin-top: 6rem;
}
.mt-28 {
margin-top: 7rem;
}
.block {
display: block;
}
@@ -1115,6 +1141,18 @@ video {
width: 100vw;
}
.w-\[500px\] {
width: 500px;
}
.w-\[320px\] {
width: 320px;
}
.w-\[350px\] {
width: 350px;
}
.origin-left {
transform-origin: left;
}
@@ -1587,6 +1625,11 @@ video {
line-height: 1rem;
}
.text-9xl {
font-size: 8rem;
line-height: 1;
}
.font-\[300\] {
font-weight: 300;
}
@@ -2079,6 +2122,18 @@ video {
margin-top: 7rem;
}
.lg\:mr-5 {
margin-right: 1.25rem;
}
.lg\:ml-5 {
margin-left: 1.25rem;
}
.lg\:mt-20 {
margin-top: 5rem;
}
.lg\:block {
display: block;
}
@@ -2131,6 +2186,14 @@ video {
width: auto;
}
.lg\:max-w-\[50\%\] {
max-width: 50%;
}
.lg\:max-w-\[40\%\] {
max-width: 40%;
}
.lg\:rotate-0 {
--tw-rotate: 0deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -2180,6 +2243,10 @@ video {
padding-bottom: 2.25rem;
}
.lg\:text-start {
text-align: start;
}
.lg\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;