Added profile view. (WIP)

This commit is contained in:
Kevin Nobel
2017-01-10 17:09:11 +01:00
parent 58d40dd9b4
commit 40ce3d57b3
4 changed files with 128 additions and 2 deletions

View File

@@ -0,0 +1,40 @@
.profile-box {
min-height: 150px;
padding: 25px;
background-color: #FFFFFF;
}
.profile-box .profile-picture {
width: 150px;
height: 150px;
margin: 0 20px 20px 0;
}
.profile-box .profile-username {
padding-top: 50px;
}
.item-box {
width: calc(50% - 60px);
margin: 20px 0 0 0;
padding: 25px;
background-color: #FFFFFF;
}
.item-box .profile-picture {
width: 25px;
}
.post-box {
float: left;
width: 250px;
margin: 20px 20px 0 0;
padding: 25px;
background-color: #FFFFFF;
}
.post-box img {
width: 250px;
}