diff --git a/client/bluff.css b/client/bluff.css index 988b9dd..b8e0034 100644 --- a/client/bluff.css +++ b/client/bluff.css @@ -76,3 +76,24 @@ h1 { text-align: center; } + +.modal { + display: none; /* Hidden by default */ + position: fixed; /* Stay in place */ + z-index: 1; /* Sit on top */ + overflow: auto; /* Enable scroll if needed */ + background-color: #ffffff; + top: 0; + left: 100px; +} + +/* Modal Content/Box */ +.modal-content { + margin: 15% auto; /* 15% from the top and centered */ + padding: 20px; + width: 80%; /* Could be more or less, depending on screen size */ +} + +h2 { + text-align: center; +} \ No newline at end of file diff --git a/client/index.ejs b/client/index.ejs index bf6cbbd..39d27c6 100644 --- a/client/index.ejs +++ b/client/index.ejs @@ -10,8 +10,13 @@ + + + + +
@@ -20,8 +25,33 @@