Přidány styly a aktualizován index.html

This commit is contained in:
Archos 2023-12-10 18:07:52 +01:00
parent d0c1e2f791
commit 6a8ed3cd65
2 changed files with 15 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Archos - Osobní Vizitka</title>
<link rel="stylesheet" href="styles.css">
<!-- Přidej odkazy na CSS soubory zde -->
</head>
<body>

14
styles.css Normal file
View File

@ -0,0 +1,14 @@
body {
font-family: Arial, sans-serif;
color: #333333;
line-height: 1.6;
}
h1 {
color: #123456;
font-size: 24px;
}
p {
font-size: 16px;
}