Skip to content

Instantly share code, notes, and snippets.

View Hikmahx's full-sized avatar
🎯
Focusing

Hikmah Yousuph Hikmahx

🎯
Focusing
View GitHub Profile
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {
height: {
'50': '12.5rem',
'62' : '15.5rem'
},
width:{
'68': '17rem'
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
colors : {
'violet': '#674baf',
'red': '#ff5c7c',
'orange': '#ff8c66',
'yellow': '#f1c65b',
'blue': '#56c2e6',
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"