diff --git a/index.html b/index.html index 0d06fe3..40fb083 100755 --- a/index.html +++ b/index.html @@ -39,7 +39,13 @@ diff --git a/styles/index.css b/styles/index.css index e728d40..c3ba6e6 100755 --- a/styles/index.css +++ b/styles/index.css @@ -62,27 +62,6 @@ background-color: white; } -.action-button { - display: flex; - justify-content: center; - align-items: center; - width: 50%; - padding: 1.2em; - padding-top: 2.1rem; - background-color: white; - border: 0.2rem solid black; - border-radius: 0.5em; - font-family: var(--font); - font-size: 1.5em; - transition: 0.3s; -} - -.action-button:hover { - background-color: black; - color: white; - transform: scale(1.2); - cursor: pointer; -} h1 { color: black; diff --git a/styles/style.css b/styles/style.css index 7ed93d8..2d1629a 100755 --- a/styles/style.css +++ b/styles/style.css @@ -7,4 +7,27 @@ margin: 0; border: 0; font-family: var(--font); +} + +.action-button { + display: flex; + justify-content: center; + align-items: center; + width: 50%; + padding: 1.2em; + padding-top: 2.1rem; + background-color: white; + border: 0.2rem solid black; + border-radius: 0.5em; + font-family: var(--font); + font-size: 1.5em; + transition: 0.3s; +} + + +.action-button:hover { + background-color: black; + color: white; + transform: scale(1.2); + cursor: pointer; } \ No newline at end of file diff --git a/views/room.html b/views/room.html index 79ed025..7bbdd64 100644 --- a/views/room.html +++ b/views/room.html @@ -62,7 +62,13 @@ - + +