Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
* {
box-sizing: border-box;
}
body {
background-image: linear-gradient(to bottom right, #7A9E9F, #B8D8D8);
font-family: 'Open Sans Condensed', sans-serif;
margin: 0;
}
#time {
text-align: center;
font-size: 0.8rem;
}
h1 {
font-weight: normal;
letter-spacing: 0.2em;
text-align: center;
margin: 0;
}
header {
height: 65px;
color: white;
}
.top {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0px 10px;
}
.home-icon {
vertical-align: bottom
}
.back {
font-family: 'Righteous', sans-serif;
font-size: 1.7rem;
text-decoration: none;
color: white;
}
.profile-form {
display: flex;
flex-direction: column;
justify-content: center;
margin: 50px auto 45vh auto;
}
.profile-form * {
width: 250px;
margin: auto;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 20px;
}
.itemName {
color: #4F6367;
}
#usernameInput, #statusInput {
background-color: transparent;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #4F6367;
margin-bottom: 30px;
color: rgba(255, 255, 255, 0.8);
font-size: 18px;
}
#profilePicInput {
font-size: 16px;
margin-top: 10px;
}
#profileSaveInput {
background-color: white;
border: none;
border-radius: 20px;
box-shadow: 0 4px 8px 0 rgba(122, 158, 159, 0.2), 0 6px 20px 0 rgba(122, 158, 159, 0.2);
display: inline-block;
color: #7A9E9F;
font-size: 20px;
padding: 10px 0px;
font-family: 'Open Sans Condensed', sans-serif;
width: 50vw;
bottom: 21.5vh;
position: absolute;
margin: auto;
}
.alignment {
display: flex;
justify-content: center;
}
.bottomPage {
position: absolute;
bottom: 0;
width: 100vw;
height: 25vh;
background-color: white;
}