Skip to content
Snippets Groups Projects
Commit 07c1c201 authored by Ethan Allen-Harris's avatar Ethan Allen-Harris
Browse files

getting branch up to date for merge request

parent e0da2cb5
No related branches found
No related tags found
4 merge requests!56tags will be saved to userFavTags table (needs user ID of current logged in user),!22Branch Update,!19created signUp page and form that sends data to controller,!17Removal of "AUTO_INCREMENT" on AdminTypes id field since there will only ever...
src/main/resources/static/imgs/Logo.png

2.58 KiB

.flex-container {
display: flex;
height: 100vh;
}
.vert-flex-container {
display: flex;
height: inherit;
flex-direction: column;
justify-content:center;
align-items:center;
}
.name-box-container {
justify-content: space-between;
align-items: center;
height: auto;
width: 50%
}
.loginPart {
background: rgb(1,126,255);
background: linear-gradient(90deg, rgba(1,126,255,1) 0%, rgba(0,76,255,1) 100%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
h1 {
color: rgb(1,126,255);
font-size: 35px;
text-align: center;
margin-bottom: 20px;
}
input {
color: #f4f8f7;
}
.top-and-bottom-margin {
margin-top: 10px;
margin-bottom: 10px;
}
.small-name-box {
margin-top: 10px;
margin-bottom: 10px;
width:46%;
background-color: #f4f8f7;
}
.large-input-box {
margin: 10px;
width: 50%;
background-color: #f4f8f7;
}
.signUp-Button {
margin: 10px;
background-color: rgb(1,126,255);
color: white;
width: 140px;
}
h2 {
font-size: 40px;
font-family: sans-serif;
color: white;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}
h3 {
font-size: 35px;
font-family: sans-serif;
color: white;
margin-bottom: 20px;
text-align: center;
}
.loginUp-Button {
margin: 10px;
background-color: transparent;
border-color: white
color: white;
width: 140px;
border-width: 2px;
font-weight: bold;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment