diff --git a/src/css/chennanxu.css b/src/css/chennanxu.css index 1a4510c..290f852 100644 --- a/src/css/chennanxu.css +++ b/src/css/chennanxu.css @@ -1,5 +1,7 @@ body { background: url("../img/background.png"); + background-size: cover; + background-repeat: no-repeat; } .ui.header { @@ -23,7 +25,7 @@ body { position: absolute; top: 30%; width: inherit; - margin-left: 120px; + margin-left: 10%; } .about { @@ -42,9 +44,14 @@ body { .button { position: absolute; - left: 47%; + left: 75%; } +.sign { + position: absolute; + transform: translate(-100%, 0); + left: 60%; +} .footer { position: absolute; top: 85%; diff --git a/src/login.html b/src/login.html index 95c8f21..a050317 100644 --- a/src/login.html +++ b/src/login.html @@ -21,36 +21,39 @@