File tree 2 files changed +27
-24
lines changed
2 files changed +27
-24
lines changed Original file line number Diff line number Diff line change 14
14
< link rel ="stylesheet " href ="./css/styles.css ">
15
15
< title > Error 404</ title >
16
16
</ head >
17
- < body >
17
+ < body class =" sinbg " >
18
18
< div class ="error404 ">
19
19
< h1 > Error 404 File not Found</ h1 >
20
20
< a href ="./index.html " class ="btn.warning "> volver al inicio </ a >
Original file line number Diff line number Diff line change 253
253
}
254
254
}
255
255
}
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
+ }
278
280
}
279
- }
281
+ }
282
+
You can’t perform that action at this time.
0 commit comments