All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Here we write upgrading notes for brands. It's a team effort to make them as
| 2023-11-27 MIT LICENSE | |
| Here's the open source version of my ChatGPT game MonkeyIslandAmsterdam.com. | |
| It's an unofficial image+text-based adventure game edition of Monkey Island in Amsterdam, my home town. | |
| Please use it however you want. It'd be nice to see more ChatGPT-based games appear from this. | |
| It's much easier than you think and you'll be shocked by how relatively well it works with little work. |
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Here we write upgrading notes for brands. It's a team effort to make them as
| @import url('https://fonts.googleapis.com/css2?family=Spartan:wght@500;700&display=swap'); | |
| /* css variables untuk warna */ | |
| :root { | |
| --color-primary-1: #5BA4A4; | |
| --color-primary-2: #7B8E8E; | |
| --color-primary-3: #2C3A3A; | |
| --color-gray-1: #EFFAFA; | |
| --color-gray-2: #EEF6F6; | |
| } |
| @import url('https://fonts.googleapis.com/css2?family=Spartan:wght@500;700&display=swap'); | |
| body { | |
| margin: 0; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| font-family: 'Spartan', sans-serif; /* jenis font */ | |
| font-size: 15px; /* ukuran font */ | |
| } |