Joulukalenteri

html_css_basics | ├── demos │ ├── ... │ └── d20 │ ├── index.html │ ├── style.css │ ├── advent_calendar.js │ └── img │ ├── {favicon} 50 x 50 │ ├── {background} 2000 x 2000 │ ├── day1.jpg │ ├── day2.jpg │ ├── day3.jpg │ └── ... │ |
joulukalenteri_ui

ball

Luova tehtävä



Työkaluja


HTML

<script> // generate days in random order? [true / false] const isRandom = false // if not random, please reorder doors const doors = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25] // fake days for testing [number / null] const day = null const month = null const imgFileExtension = 'jpg' initAdventCalendar(isRandom, doors, day, month, imgFileExtension) </script>

CSS


Taustakuva ja Favicon

xmas_plaza calendar_icon

Luukut