Files
PathFinder/style/styles.css
2026-01-11 17:06:40 +05:45

14 lines
290 B
CSS

/* Estilos básicos - Go Live Server */
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 20px;
line-height: 1.6;
background-color: #f5f5f5;
}
h1 {
color: #333;
border-bottom: 2px solid #007acc;
padding-bottom: 10px;
}