Css añadido

This commit is contained in:
2024-10-01 09:03:59 +02:00
parent 4668e03fb4
commit d873ca9017
2 changed files with 2 additions and 0 deletions

0
public/style.css Normal file
View File

View File

@@ -12,6 +12,8 @@ import Counter from '../components/Counter.svelte';
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<style>
html,
body {