Added and internalized Pico theme for customization

This commit is contained in:
Aron Petau 2025-04-29 20:02:54 +02:00
parent 8e7f72ce8b
commit 8c90bb2dfc
71 changed files with 4587 additions and 0 deletions

View file

@ -0,0 +1,17 @@
#index-text {
font-size: 1.2em;
font-weight: 300;
}
#flexbox {
display: flex;
align-items : center;
}
#index-image {
text-align: center;
display: block;
img {
border-radius: 50%;
width: 75%;
height: 75%;
}
}