add event

This commit is contained in:
p2405951
2025-11-14 09:47:18 +01:00
parent 124fc305a0
commit d315dc8534
3 changed files with 2854 additions and 15 deletions
+37
View File
@@ -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;;
}