diff --git a/css/eventos.css b/css/eventos.css index 5e305ea..5247ebe 100644 --- a/css/eventos.css +++ b/css/eventos.css @@ -17,15 +17,104 @@ } footer { - padding-bottom: 50px; + display: flex; + align-items: center; + position: fixed; + bottom: 0; + height: 80px; text-align: center; margin-inline: 20px; + background-color: #fff; + } + + button { + font-size: 16px; + font-weight: bold; + width: 120px; + height: 40px; + margin-block: 15px; + border-radius: 5px; + cursor: pointer; + background-color: #734bd1; + color: #fff; + border: none; + transition-duration: 0.4s; + } + + button:hover { + background-color: #9466ff; } iframe { width: 100%; - height: 85vh; + height: 50vh; position: relative; margin: 0; border: none; } + + .modal-content { + display: none; + position: absolute; + z-index: 1; + background-color: #000; + opacity: 0.5; + height: 100vh; + width: 100vw; + bottom: 0; + } + + .form { + display: none; + position: absolute; + top: 30vh; + z-index: 2; + background-color: #fff; + border-radius: 10px; + border: 4px solid #734bd1; + min-height: 0; + width: 500px; + } + + .head-form { + display: flex; + align-items: center; + justify-content: space-between; + margin-inline: 10px; + } + + .form-title { + font-size: 25px; + font-weight: bold; + color: #734bd1;; + } + + .close { + font-size: 40px; + font-weight: bold; + cursor: pointer; + transform: rotate(45deg); + } + + form { + padding-left: 10px; + } + + input, select { + border: none; + border-bottom: 1px solid black; + outline: none; + width: 320px; + border-color: #996dff; + padding-left: 10px; + font-size: 20PX; + } + + select { + background-color: #FFF; + } + + td { + height: 40px; + font-size: 18px; + } diff --git a/paginas/eventos.html b/paginas/eventos.html index 5bf94ad..4ee0797 100644 --- a/paginas/eventos.html +++ b/paginas/eventos.html @@ -32,14 +32,68 @@ - + + + +
+ +