add style and images

This commit is contained in:
kasiandra 2025-04-05 07:42:36 +02:00
parent 595c75a9fb
commit 7869889bb1
12 changed files with 169 additions and 2 deletions

22
static/style.css Normal file
View file

@ -0,0 +1,22 @@
body {
margin: 0px;
width: 100%;
height: 100%;
display: flex;
background-repeat: repeat-y;
}
.container {
width: 100vw;
height: 100vh;
margin: 0px;
}
.content-social-profile img {
max-width: 200px;
max-height: 200px;
border-radius: 50%;
}