parent
2c29b4d6de
commit
eefcb7e18c
@ -0,0 +1,17 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/pages/erreurs/ErreurParDefaut.css">
|
||||
</head>
|
||||
|
||||
<Div Margin="Margin.IsAuto.OnX" TextAlignment="TextAlignment.Center">
|
||||
<Div Padding="Padding.Is5.OnY">
|
||||
<DisplayHeading Size="DisplayHeadingSize.Is1" TextWeight="TextWeight.Bold" TextColor="TextColor.Primary" Margin="Margin.Is4.FromBottom">
|
||||
500
|
||||
</DisplayHeading>
|
||||
<Paragraph TextSize="TextSize.ExtraLarge" Margin="Margin.Is4.FromBottom">
|
||||
Error intern dau servidor.
|
||||
</Paragraph>
|
||||
<Paragraph Margin="Margin.Is4.FromBottom">
|
||||
Aquesta pagina existís pas
|
||||
</Paragraph>
|
||||
</Div>
|
||||
</Div>
|
@ -0,0 +1,4 @@
|
||||
/* body {
|
||||
background-color: #8BC6EC;
|
||||
background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
|
||||
} */
|
@ -0,0 +1,9 @@
|
||||
.test {
|
||||
/* background-color: white; */
|
||||
background-color: #8EC5FC;
|
||||
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
|
||||
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Ajoute une ombre légère */
|
||||
}
|
Loading…
Reference in new issue