File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed
Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments