Skip to content

Commit

Permalink
Alhamdulilaaaaaaah
Browse files Browse the repository at this point in the history
  • Loading branch information
yudha556 committed Oct 28, 2024
1 parent dccf9eb commit 9137b9e
Show file tree
Hide file tree
Showing 6 changed files with 753 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Praktikum_3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<body>
<div class="container" id="container">
<h2>My To-Do List</h2>
<div class="to-do" id="to-do">
<div class="to-do" id="to-do ">
<div class="input-container">
<input type="text" id="newTask" placeholder="Add a new Task....">
<button onclick="addTask()" id="add">Add</button>
Expand Down
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "praktikum-teknologi-web",
"version": "1.0.0",
"description": "Repository ini berisi kumpulan tugas praktikum untuk mata kuliah Teknologi Web. Setiap tugas didokumentasikan secara terperinci untuk memudahkan dalam pengelolaan serta pengembangan lebih lanjut",
"main": "tailwind.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
16 changes: 16 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./output.css" rel="stylesheet">
</head>
<body>
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
<div class="border-2 border-black justify-center text-center w-3/4 h-40">
<h1 class="text-3xl font-bold underline -top-30">awokawokawokawok</h1>
</div>
</body>
</html>
3 changes: 3 additions & 0 deletions src/input.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
Loading

0 comments on commit 9137b9e

Please sign in to comment.