Skip to content

Commit 2637786

Browse files
authored
Update nopage.html
1 parent 7d3409a commit 2637786

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

Config/Devbr/Html/nopage.html

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,9 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Error 404</title>
88
<style>
9-
body {
10-
background: #456
11-
}
12-
.container {
13-
width:300px;
14-
margin:20% auto;
15-
border:8px solid #A35;
16-
border-bottom-right-radius: 60px;
17-
border-top-left-radius:60px;
18-
box-shadow:0px 10px 40px #123;
19-
background:#FFF;
20-
font-family: monospace;
21-
padding:20px;
22-
text-align: center;
23-
transform: rotate(-10deg)
24-
}
25-
h1 {
26-
font-size: 7em;
27-
margin:0;
28-
padding: 0
29-
}
9+
body {background: #456;}
10+
.container {width:300px; margin:20% auto; border:8px solid #A35; border-bottom-right-radius: 60px; border-top-left-radius:60px;box-shadow:0px 10px 40px #123; background:#FFF; font-family: monospace; padding:20px; text-align: center; transform: rotate(-10deg);}
11+
h1 {font-size: 7em; margin:0; padding: 0; }
3012
</style>
3113
</head>
3214
<body>

0 commit comments

Comments
 (0)