Skip to content

Commit

Permalink
add demo with styling
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Nov 3, 2023
1 parent a81054b commit fdb6515
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/demo-deporeibar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Euskalmeten aurreikuspenak</title>

<style type="text/css">
euskalmet-eguraldia {
--euskalmet-forecast-day-padding: 2rem 2rem;
--euskalmet-forecast-day-text-align: center;
}
</style>
</head>

<body class="container">
<script src="./euskalmet.js?p"></script>

<section>
<euskalmet-eguraldia
city="eibar"
days="3"
language="eu"
direction="row"
short-text="true"
>
</euskalmet-eguraldia>
</section>
</body>
</html>

0 comments on commit fdb6515

Please sign in to comment.