git credentials managed
This commit is contained in:
14
style/styles.css
Normal file
14
style/styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user