add event
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
.container{
|
||||
width:100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.profileboard{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width:90%;
|
||||
height:500px;
|
||||
}
|
||||
|
||||
.contentWrapper{
|
||||
display:flex;
|
||||
width:90%;
|
||||
}
|
||||
.profilePictureContainer{
|
||||
width:30%;
|
||||
margin:0;
|
||||
}
|
||||
.profilePicture{
|
||||
width:100%;
|
||||
border:1px dotted rgb(77, 68, 68);
|
||||
border-radius:12px;
|
||||
}
|
||||
.description{
|
||||
margin-left:12%;
|
||||
}
|
||||
.topDescription{
|
||||
display:flex;
|
||||
}
|
||||
.description h2{
|
||||
font-size:30px;
|
||||
}
|
||||
.infoBlock p {
|
||||
font-size: 22px;;
|
||||
}
|
||||
Reference in New Issue
Block a user