Files
portfolio/css/style.css
T
2026-06-07 15:29:30 -03:00

22 lines
245 B
CSS

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;
}