HTMLify your dreams
tailwind.config.ts
/md_najish_anjum/C:\Users\Lenovo\Downloads\najish-anjum-portfolio-main/tailwind.config.ts
import type { Config } from "tailwindcss";
export default {
darkMode: ["class"],
content: ["./pages/**/*.{ts,tsx}", "./comp
export default {
darkMode: ["class"],
content: ["./pages/**/*.{ts,tsx}", "./comp
# lodash.once v4.1.1
The [lodash](https://lodash.com/) method `_.once` exported as a [Node.js](https://nodejs.org/) module.
##
The [lodash](https://lodash.com/) method `_.once` exported as a [Node.js](https://nodejs.org/) module.
##
body {
height: 100vh;
display: grid;
place-items: center;
font-family: "bebas", sans-serif;
background-color
height: 100vh;
display: grid;
place-items: center;
font-family: "bebas", sans-serif;
background-color
<html>
<head>
<title>To create paragraph</title>
</head>
<body background ="pexels-pixabay-219998.jpg"TEXT="BLUE">
<center>
<head>
<title>To create paragraph</title>
</head>
<body background ="pexels-pixabay-219998.jpg"TEXT="BLUE">
<center>
const txtInput = document.querySelector(".inputs input"),
checkBtn = document.querySelector(".inputs button"),
infoTxt = documen
checkBtn = document.querySelector(".inputs button"),
infoTxt = documen
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Accordion FAQ</title>
<link rel="stylesheet" href=
const addBtn = document.getElementById('add')
const notes = JSON.parse(localStorage.getItem('notes'))
if(notes) {
notes.fo
const notes = JSON.parse(localStorage.getItem('notes'))
if(notes) {
notes.fo
"use client"
import * as React from "react"
import * as SwitchPrimitives from "@radix-ui/react-switch"
import { cn } from "@/l
import * as React from "react"
import * as SwitchPrimitives from "@radix-ui/react-switch"
import { cn } from "@/l
def is_isogram(s):
s = s.lower()
for c in s:
if s.count(c) > 1:
return False
return True
def is
s = s.lower()
for c in s:
if s.count(c) > 1:
return False
return True
def is
{
"title": "Dark Horse / Strength",
"description": "Dark Songs for you"
}
"title": "Dark Horse / Strength",
"description": "Dark Songs for you"
}
istockphoto-1389992855-612x612.jpg
/cody/MuthuPandi-1963/Typing_Prowess/istockphoto-1389992855-612x612.jpg
Media file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
roboto-v20-latin-regular.svg
/cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/fonts/roboto-v20-latin-regular.svg
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg
//
let display = document.getElementById('display');
let buttons = Array.from(document.getElementsByClassName('button'));
button
let display = document.getElementById('display');
let buttons = Array.from(document.getElementsByClassName('button'));
button
* {
box-sizing: border-box;
}
html {
font-family: sans-serif;
}
box-sizing: border-box;
}
html {
font-family: sans-serif;
}
#include "ttt.h"
#include <string.h>
#include <stdlib.h>
#include <time.h>
TTT *TTT_init(const char* player1, const char
#include <string.h>
#include <stdlib.h>
#include <time.h>
TTT *TTT_init(const char* player1, const char
var path = document.querySelector("path");
var length = path.getTotalLength();
// create timeline
var timeline = new TimelineMax
var length = path.getTotalLength();
// create timeline
var timeline = new TimelineMax
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
:root {
--gradient: linear-gradient(90deg, #7f7f
:root {
--gradient: linear-gradient(90deg, #7f7f
# Path-to-RegExp
Turn an Express-style path string such as `/user/:name` into a regular expression.
**Note:** This is a legacy
Turn an Express-style path string such as `/user/:name` into a regular expression.
**Note:** This is a legacy
isPathExcluded.js
/cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/projection/isPathExcluded.js
'use strict';
const isDefiningProjection = require('./isDefiningProjection');
/*!
* Determines if `path` is excluded by `proj
const isDefiningProjection = require('./isDefiningProjection');
/*!
* Determines if `path` is excluded by `proj
Q596_Classes_More_Than_5_Studeents.sql
/djdj/me/problems/leetcode/Q596_Classes_More_Than_5_Studeents.sql
select class from courses
group by class
having count(class) >= 5
group by class
having count(class) >= 5