Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
brandalokadjaya authored Jun 5, 2024
1 parent febde78 commit 14c12dc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
<body>
<header>
<div class="logo-container">
<img src="https://i.imgur.com/2eFJtFT.jpeg" alt="Logo" class="logo">
<img src="https://i.imgur.com/0kFvOiV.png" alt="Logo" class="logo">
</div>
</header>
<div id="form-container" class="container">
<div class="column">
<textarea id="text1" placeholder="Masukkan teks di kolom 1..."></textarea>
<textarea id="text1" placeholder="Masukkan teks di kolom 1...
(Tulisan ini akan berjalan seperti di papa iklan)"></textarea>
<label for="fontSelect">Pilih Font:</label>
<select id="fontSelect" onchange="updateTextStyle()">
<option value="Roboto">Roboto</option>
Expand All @@ -35,7 +37,9 @@
<input type="color" id="colorPicker" onchange="updateTextStyle()">
</div>
<div class="column">
<textarea id="text2" placeholder="Masukkan teks di kolom 2..."></textarea>
<textarea id="text2" placeholder="Masukkan teks di kolom 2...
(Tulisan ini akan mempunyai efek ketikan)"></textarea>
</div>
<button onclick="generateURL()">Buat URL</button>
<div id="result">
Expand Down

0 comments on commit 14c12dc

Please sign in to comment.