Skip to content
Snippets Groups Projects
Commit e3ff3035 authored by Irene Edria Devina's avatar Irene Edria Devina
Browse files

chat-driver jsp done

parent cfd01c0a
Branches
No related merge requests found
......@@ -37,6 +37,9 @@
</form>
</div>
</div>
<div class="close-box">
<button type="submit" class="close-button"> CLOSE </button>
</div>
</div>
</div>
......
......@@ -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;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment