WIP: ho cambiato lord//nabbo in lord//404 e al posto di I MEME ho messo un header + l'immagine col bg trasparente #4
Binary file not shown.
After Width: | Height: | Size: 243 KiB |
Binary file not shown.
After Width: | Height: | Size: 243 KiB |
|
@ -0,0 +1,7 @@
|
|||
.centered{
|
||||
text-align: center;
|
||||
}
|
||||
.loli-not-found{
|
||||
height: 300px;
|
||||
width: 300px; /*modifica la dimensione dell'immagine come ritieni opportuno*/
|
||||
}
|
|
@ -1,12 +1,19 @@
|
|||
import React from 'react';
|
||||
import Navbar from './Navbar';
|
||||
|
||||
class NotFound extends React.Component {
|
||||
class NotFound extends React.Component { //non mi caricava l'immagine il server quindi non so se le modifiche che ho fatto funzionano sull'immagine spero di si
|
||||
render() {
|
||||
return (
|
||||
<>
|
||||
<Navbar brand="LORDNABBO" />
|
||||
<div><h1>I MEME 404</h1></div>
|
||||
<Navbar brand="LORD//404" />
|
||||
<div class="container">
|
||||
<h1 class="header">
|
||||
SwEMBRA CHwE QwUALCwOSA SwIA ANDwATO STwORTwO NYAN! UwU
|
||||
<div class="container centered loli-not-found">
|
||||
<img src="Error.png" alt="ragazza anime molto carina"></img>
|
||||
</div>
|
||||
</h1>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue