Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


202.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/202.png
211 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/65 - Postmaster Clone/style.css
176 Views
0 Comments
/* default styling for the document */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* setting the fonts and back
sbcs-codec.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/sbcs-codec.js
184 Views
0 Comments
"use strict";
var Buffer = require("safer-buffer").Buffer;

// Single-byte codec. Needs a 'chars' string parameter that contains
index.js /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/define-data-property/test/index.js
180 Views
0 Comments
'use strict';

var test = require('tape');
var v = require('es-value-fixtures');
var forEach = require('for-each');
var inspect
LICENSE /cody/Shubhajiit/3D-Gallary/LICENSE
420 Views
0 Comments
MIT License

Copyright (c) 2025 Shubhajit Basak

Permission is hereby granted, free of charge, to any person obtaining a copy
of
index.html /cody/swapnilsparsh/30DaysOfJavaScript/14 - Visit Counter/index.html
498 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
bootstrap.bundle.js /cody/swapnilsparsh/30DaysOfJavaScript/109 - Third Degree Equation Solver/scripts/bootstrap.bundle.js
254 Views
0 Comments
/*!
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/boot
Readme.md /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/Readme.md
321 Views
0 Comments
# SEARCH GITHUB PROFILE
This template can be used in any website for the user to search the Github Profile/User to see the
1. P
styles.css /cody/swapnilsparsh/30DaysOfJavaScript/157 - 3D Image Preview/styles.css
207 Views
0 Comments
* {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
/* for touch screen */
style.css /cody/bradtraversy/50projects50days/faq-collapse/style.css
150 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

* {
box-sizing: border-box;
}

body {
font-family
style.css /cody/swapnilsparsh/30DaysOfJavaScript/114 - Weight Converter/style.css
154 Views
0 Comments
html{
height: 100%;
}
body{
background: linear-gradient(to right, #8f2d7b, #8894a2);
color: white;
font-family:
tsconfig.json /md_najish_anjum/C:\Users\Lenovo\Downloads\najish-anjum-portfolio-main/tsconfig.json
67 Views
0 Comments
{
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Dark Mode Toggle Icon/style.css
189 Views
0 Comments
body .darkmode {
display: inline-block;
font-size: 2rem;
padding: 1rem 1rem 0.75rem 1rem;
cursor: pointer;
}
body .darkm
index.html /cody/frontendcharm/Mini-Projects/LOADERS/Infinity ∞ Loader Animation Using Three.js copy/index.html
536 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>I
certificate_bg.png /itintern/certificate_bg.png
226 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Changing Background Gradient Animation/style.css
185 Views
0 Comments
* {
box-sizing: border-box;
}

html,
body {
margin: 0 auto;
height: 100%;
style.scss /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Text Reveal MI/style.scss
271 Views
0 Comments
*,
*:before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}

Q2469_Convert_the_Temperature.py /djdj/me/problems/leetcode/Q2469_Convert_the_Temperature.py
557 Views
0 Comments
def convertTemperature(self, celsius):
f = 1.8 * celsius + 32
k = celsius + 273.15
return [k,f]

index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/index.js
14 Views
0 Comments

/**
* Export lib/mongoose
*
*/

'use strict';

style1.css /djdj/djupraity/new/style1.css
182 Views
0 Comments
body {
margin: 0;
padding: 30px;
/* padding: 0px; */
/* display: none; */
justify-content: center;

milk-and-mocha-bears.gif /khushi/Something||Special/milk-and-mocha-bears.gif
289 Views
0 Comments
Media file
count-subarray-with-k-odds.py /prakhardoneria/GFG/count-subarray-with-k-odds.py
61 Views
0 Comments
class Solution:
def countSubarrays(self, arr, k):
def countAtMost(limit):
if limit < 0:

binary.js /cody/lassiecoder/mutual-funding-app/server/node_modules/bson/lib/bson/binary.js
3 Views
0 Comments
/**
* Module dependencies.
* @ignore
*/

// Test if we're in Node via presence of "global" not absence of "window"
// to supp
style.css /cody/bradtraversy/50projects50days/split-landing-page/style.css
124 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
--left-bg-color: rgba(87, 8
Day 59 /djdj/challange/day59.sql
14 Views
0 Comments
# Write your MySQL query statement below
SELECT user_id, email
FROM Users
WHERE email REGEXP '^[A-Za-z0-9_]+@[A-Za-z]+.com';
app.js /cody/vishal-dcode/Navbar Animation/app.js
59 Views
0 Comments
const toggle = document.getElementById("toggle");
const nav = document.getElementById("nav");

toggle.addEventListener("click",
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Layered Text Effect On Hover/style.css
275 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,
crash.png /learnearn-fun/HTML-Projects/Drum Kit Starting Files/images/crash.png
31 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/30 - Tic Tac Toe/style.css
198 Views
0 Comments
* {
padding: 0;
box-sizing: border-box;
font-family: "sans";
}

@font-face {
font-family: "sans";
134.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/134.png
218 Views
0 Comments
Media file
style.css /cody/vishal-dcode/Sticky Navbar/style.css
101 Views
0 Comments
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600,700,,800900&display=swap";
* {
margin: 0;
pad