Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/32. 3D Nav/style.css
138 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
width: 100%;
style.css /cody/solygambas/html-css-javascript-projects/098-magazine layout/style.css
255 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Oswald:wght@300..700&&display=swap");

*,
*::be
features.html /karbonsites/technicalsecretofficial/96701b38-ae07-4b46-9e60-dfca9f1d0d79/d4d05c2d-d7ab-41fc-bb43-bd9f2d2b6aab/features.html
280 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Colorful Ripple Effect/style.css
232 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
margin:
aggregate.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/operations/aggregate.js
29 Views
0 Comments
'use strict';

const CommandOperationV2 = require('./command_v2');
const MongoError = require('../core').MongoError;
const maxWi
alex.jpg /cody/atherosai/ui/drag-and-drop-01/assets/alex.jpg
197 Views
0 Comments
Media file
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/69. Deciaml To Binary Converter/style.css
116 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}

body {
display: flex;
Chatgpt.py /amar/Chatgpt.py
1152 Views
0 Comments
import gradio as gr
import openai
from kivy.core.clipboard import Clipboard

prompt = "Send a message"

def chat(promp
app.js /cody/swapnilsparsh/30DaysOfJavaScript/71 - Background Color Changer/app.js
322 Views
0 Comments
const colors = ["green ","red","rgba(133,122,200)","#f15025"];
const btn=document.getElementById('btn');
const color =document.q
FUNDING.yml /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/set-function-length/.github/FUNDING.yml
317 Views
0 Comments
# These are supported funding model platforms

github: [ljharb]
patreon: # Replace with a single Patreon username
open_collectiv
style.css /cody/solygambas/html-css-javascript-projects/033-notes app/style.css
335 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");

* {
box-sizing: border-box;
}

bod
LeetCode - Sum of Unique Elements - Go /abh/lc/1748.go
506 Views
0 Comments
func sumOfUnique(nums []int) int {
var sum int = 0;
for i := 0; i < len(nums); i++ {
var u bool = true

portfolio/badges/pe_award_02.png /abh/portfolio/badges/pe_award_02.png
445 Views
0 Comments
Media file
style.css /cody/vishal-dcode/Event KeyCodes/style.css
147 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

* {
margin: 0;
padding:
js3.html /demo/render/js3.html
878 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Auto Vibration on Page Load</title>
</head>
<body>
<script>
// Funct
/itintern/WDC/task2/index.html
15 Views
0 Comments
File is locked
index.d.ts /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/lib/index.d.ts
224 Views
0 Comments
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corp
LeetCode - Delete Node in a Linked List - Go /abh/lc/237.go
557 Views
0 Comments
// @leet start
/**
* Definition for singly-linked list.
* type ListNode struct {
* Val int
* Next *ListNode
*
style.css /cody/swapnilsparsh/30DaysOfJavaScript/104 - Catch Me If You Can/css/style.css
212 Views
0 Comments
#box {
width: 10vw;
height: 10vw;
background-color: #b916f4;
cursor: pointer;
position: absolute;
displa
bs2.html /demo/render/bs2.html
838 Views
0 Comments
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap Grid Demo</title>
<!-- Add Bootstrap CSS from a CDN -->
<link re
pic1.jpg /cody/Shubhajiit/3D-Gallary/pic1.jpg
177 Views
0 Comments
Media file
MainMenu.xib /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/Base.lproj/MainMenu.xib
585 Views
0 Comments
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.
desktop_icon.png /cody/iCriptSnappie/flutter_portfolio/assets/desktop_icon.png
219 Views
0 Comments
Media file
4.jpg /cody/swapnilsparsh/30DaysOfJavaScript/115 - Puzzle/images/img2/4.jpg
294 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/71 - Background Color Changer/style.css
309 Views
0 Comments
*{
margin: 0;
padding: 0;

}

a{
text-decoration: none;
launch_background.xml /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/android/app/src/main/res/drawable/launch_background.xml
594 Views
0 Comments
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:androi
Git Magic CSS /cody/gitmagic/style.css
226 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');
@import url('https://fonts.googleapis
style.css /cody/solygambas/html-css-javascript-projects/041-verify account UI/style.css
242 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@300;700&display=swap");

* {
box-sizing: border-box;
}

body {
index.html /cody/swapnilsparsh/30DaysOfJavaScript/192 - Wall Breaker Game/index.html
571 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta na
bhopalvenue.jpg /ahmads_codes/Marriage Hall Booking/bhopalvenue.jpg
301 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/CUSTOM ANIMATIONS/Overlapping Text Effect/style.css
302 Views
0 Comments
html {
color-scheme: dark;
background: #151515;
}

h1 {
text-align: center;
font-size: 16vmin;
index_socials.html /cody/atherosai/ui/profile-cards-01/index_socials.html
546 Views
0 Comments


<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Profile Card</title>
<meta name="viewp