tegarfn / Detikcom_FrontendDesignAssignment_TegarFitrahNabaAtthoriq

Assignment for Digital Media Internship Program by Detikcom

Home Page:https://detik-assurance.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detikcom Frontend Design Assignment

by Tegar Fitrah Naba Atthoriq

Setup

This project build with Tailwind, so you need to build yours.

Install the Tailwind first, using this command

npm install -D tailwindcss
npx tailwindcss init

Then build the output using this command

npx tailwindcss -i ./src/css/input.css -o ./dist/output.css --watch

If there are issues when using the CLI, you can add this script on the head of HTML page.

<head>
    ...
    <script src="https://cdn.tailwindcss.com"></script>
</head>

For more information, check this Tailwind installation link.

About

Assignment for Digital Media Internship Program by Detikcom

https://detik-assurance.vercel.app


Languages

Language:HTML 93.3%Language:CSS 3.7%Language:JavaScript 3.0%