git credentials managed

This commit is contained in:
2026-01-11 17:06:40 +05:45
parent 729be0dd0c
commit 9ccea1886f
25 changed files with 2423 additions and 850 deletions

14
style/styles.css Normal file
View File

@@ -0,0 +1,14 @@
/* 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;
}