add about me. archive old posts

This commit is contained in:
len0rd 2025-02-03 12:10:36 -05:00
parent c6645e6431
commit f87f46701b
7 changed files with 58 additions and 1 deletions

View file

@ -0,0 +1,25 @@
.column {
float: left;
width: 50%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.left {
width: 35%;
}
.right {
width: 65%;
}
.centered-content {
display: flex;
align-items: center;
justify-content: center;
}