Skip to content
Permalink
e3253cd2a8
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
80 lines (70 sloc) 1.27 KB
body{
font-family: 'Josefin Sans', sans-serif;
background-color: #eee;
}
header{
background-color: #3e2fae;
min-height: 40vh
}
header a img{
display: block;
padding: 20px;
}
header .profile{
display: block;
margin: 0 auto;
text-align: center;
padding-top: 20px;
}
header p{
text-align: center;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}
.input{
text-align: center;
}
#usernameDisplay{
text-align: center;
color: white;
font-size: 30px;
font-weight: bold;
}
#userStatusDisplay{
text-align: center;
color: white;
font-size: 20px;
}
.profile{
display: flex;
flex-direction: column;
align-items: center;
}
#userProfilePicDisplay{
width: 80px;
height: 80px;
border-radius: 50px;;
}
#usernameInput{
border-radius: 10px;
border: 2px solid #f9d861;
padding: 5px;
}
#statusInput{
border-radius: 10px;
border: 2px solid #f9d861;
padding: 5px;
}
#profileSaveInput{
border-radius: 10px;
font-family: 'Josefin Sans', sans-serif;
background-color: #f9d861;
padding: 10px;
}
#prifilePicInput{
border-radius: 10px;
font-family: 'Josefin Sans', sans-serif;
background-color: #f9d861;
padding: 10px;
}