Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Create custom 404 page #39

Closed
gridhead opened this issue Sep 28, 2021 · 5 comments
Closed

Create custom 404 page #39

gridhead opened this issue Sep 28, 2021 · 5 comments
Labels
enhancement New feature or request frontend Frontend development good first issue Good for newcomers transferred This ticket has been moved away

Comments

@gridhead
Copy link
Owner

Create custom 404 page

@gridhead gridhead added enhancement New feature or request good first issue Good for newcomers frontend Frontend development labels Sep 28, 2021
@Chetana16032002
Copy link

html:

Error 404

css:

*{
transition: all 0.6s;
}

html {
height: 100%;
}

body{
font-family: 'Lato', sans-serif;
color: #888;
margin: 0;
}

#main{
display: table;
width: 100%;
height: 100vh;
text-align: center;
}

.fof{
display: table-cell;
vertical-align: middle;
}

.fof h1{
font-size: 50px;
display: inline-block;
padding-right: 12px;
animation: type .5s alternate infinite;
}

@Keyframes type{
from{box-shadow: inset -3px 0px 0px #888;}
to{box-shadow: inset -3px 0px 0px transparent;}
}

@gridhead
Copy link
Owner Author

@Chetana16032002,

I'm not really sure what it is that you wish to convey with the CSS snippet.

@Chetana16032002
Copy link

add your html boiler plate , css link
like :

<title></title>

Error 404

@Chetana16032002
Copy link

<link rel="stylesheet" href="index.css">

in the body of css
`

@gridhead gridhead added the transferred This ticket has been moved away label Sep 29, 2021
@gridhead
Copy link
Owner Author

As the repository has been moved to https://github.com/fedora-infra/mote/tree/fragment, this issue has been transferred to fedora-infra/mote#176 and is no longer tracked here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request frontend Frontend development good first issue Good for newcomers transferred This ticket has been moved away
Projects
None yet
Development

No branches or pull requests

2 participants