Skip to content

Commit 7c37e33

Browse files
committed
404
1 parent 314c00a commit 7c37e33

File tree

2 files changed

+27
-24
lines changed

2 files changed

+27
-24
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="./css/styles.css">
1515
<title>Error 404</title>
1616
</head>
17-
<body>
17+
<body class="sinbg">
1818
<div class="error404">
1919
<h1>Error 404 File not Found</h1>
2020
<a href="./index.html" class="btn.warning"> volver al inicio </a>

scss/_body.scss

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -253,27 +253,30 @@
253253
}
254254
}
255255
}
256-
.error404{
257-
background-image: url(../img/404.png);
258-
background-position: center;
259-
background-repeat: no-repeat;
260-
height: 100vh;
261-
width: auto;
262-
h1{
263-
color: $principal;
264-
opacity: .3;
265-
font-size: 40px;
266-
font-family: 'Black Ops One' ;
267-
text-align: center;
268-
background-color: rgba(104, 102, 102, 0.6);
269-
}
270-
a{
271-
color: $principal;
272-
opacity: .3;
273-
font-size: 40px;
274-
font-family: 'Black Ops One' ;
275-
text-align: center;
276-
background-color: rgba(104, 102, 102, 0.6);
277-
transform: translate(50% -50%);
256+
.sinbg{
257+
background-image: url(../img/404.png);
258+
.error404{
259+
background-position: center;
260+
background-repeat: no-repeat;
261+
height: 100vh;
262+
width: auto;
263+
h1{
264+
color: $principal;
265+
opacity: .3;
266+
font-size: 40px;
267+
font-family: 'Black Ops One' ;
268+
text-align: center;
269+
background-color: rgba(104, 102, 102, 0.6);
270+
}
271+
a{
272+
color: $principal;
273+
opacity: .3;
274+
font-size: 40px;
275+
font-family: 'Black Ops One' ;
276+
text-align: center;
277+
background-color: rgba(104, 102, 102, 0.6);
278+
transform: translate(100px -70px)
279+
}
278280
}
279-
}
281+
}
282+

0 commit comments

Comments
 (0)