Initial portfolio website

This commit is contained in:
2026-06-07 15:29:30 -03:00
commit 93ffacb124
2 changed files with 95 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
body {
font-family: Arial, sans-serif;
max-width: 900px;
margin: auto;
padding: 20px;
line-height: 1.6;
}
header {
text-align: center;
margin-bottom: 40px;
}
h1 {
margin-bottom: 0;
}
h2 {
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}