diff --git a/MyPage.html b/MyPage.html index 42adbc9..e4f83ec 100644 --- a/MyPage.html +++ b/MyPage.html @@ -47,25 +47,31 @@ } .bottom_menu { - position: absolute; + position: fixed; width: 390px; - height: 90.5px; - top: 761px; + height: 70px; + /* margin: 0 auto; */ + bottom: 0px; background-color: white } .bottom_menu>div { - float: left; + float:left; width: 20%; height: 100%; text-align: center; + margin: 0 auto; padding-top: 20px; } + + .bottom_menu>div>img { + float: center; + }
- +