From e3ff303500e9840e8444b92a13fae9e3c0e07b86 Mon Sep 17 00:00:00 2001 From: Irene Edria <ireneedriadr@gmail.com> Date: Thu, 16 Nov 2017 21:36:59 +0700 Subject: [PATCH] chat-driver jsp done --- .../WebApp/src/main/webapp/chat_driver.jsp | 3 +++ .../WebApp/src/main/webapp/css/app.css | 21 ++++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/TugasBesar2_2017/WebApp/src/main/webapp/chat_driver.jsp b/TugasBesar2_2017/WebApp/src/main/webapp/chat_driver.jsp index 42ae22a..29e3b86 100644 --- a/TugasBesar2_2017/WebApp/src/main/webapp/chat_driver.jsp +++ b/TugasBesar2_2017/WebApp/src/main/webapp/chat_driver.jsp @@ -37,6 +37,9 @@ </form> </div> </div> + <div class="close-box"> + <button type="submit" class="close-button"> CLOSE </button> + </div> </div> </div> diff --git a/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css b/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css index 08776f4..637531b 100644 --- a/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css +++ b/TugasBesar2_2017/WebApp/src/main/webapp/css/app.css @@ -797,4 +797,23 @@ h3{ font-size: 1.25em; margin-left: 5px; margin-right: 5px; -} \ No newline at end of file + outline: none; +} + +.close-box { + display: flex; + align-items: center; + flex-direction: column; +} + + +.close-button { + width: 100px; + height: 40px; + border: 1px solid #00782d; + border-radius: 8px; + background: #BB0000; + font-size: 1.25em; + margin: 10px; + outline: none; +} -- GitLab