File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="ja ">
2
+ < html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
30
30
< img src ="./img/mayo.png " alt ="mayo-kun " class ="center-image " />
31
31
< p > Sushi kuitee</ p >
32
32
</ div >
33
+ < footer class ="footer ">
34
+ < p > © oota-sushikuitee.net 2024</ p >
35
+ </ footer >
33
36
</ body >
34
37
</ html >
Original file line number Diff line number Diff line change 1
1
body {
2
2
display : flex;
3
3
flex-direction : column;
4
- justify-content : center ;
4
+ justify-content : space-between ;
5
5
align-items : center;
6
6
height : 100vh ;
7
7
margin : 0 ;
@@ -43,6 +43,10 @@ body {
43
43
44
44
.container {
45
45
text-align : center;
46
+ flex : 1 ;
47
+ display : flex;
48
+ flex-direction : column;
49
+ justify-content : center;
46
50
}
47
51
48
52
.center-image {
55
59
margin-top : 20px ;
56
60
color : # 666 ;
57
61
}
62
+
63
+ .footer {
64
+ width : 100% ;
65
+ text-align : center;
66
+ padding : 10px ;
67
+ bottom : 0 ;
68
+ }
You can’t perform that action at this time.
0 commit comments