Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


arattai.svg /djdj/youtube/arattai.svg
2975 Views
0 Comments
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 158 158"><defs><style>.c
style1.css /djdj/djupraity/new/style1.css
176 Views
0 Comments
body {
margin: 0;
padding: 30px;
/* padding: 0px; */
/* display: none; */
justify-content: center;

is_consonant.py /abh/def/is_consonant.py
441 Views
0 Comments
def is_consonant(char):
consonants = [
"b", "c", "d", "f", "g", "h",
"j", "k", "l", "m", "n", "p",
"
QyPGNW9.png /abh/QyPGNW9.png
1 Views
0 Comments
File is locked
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/27. Lazy Loading/index.html
48 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
script.js /cody/solygambas/html-css-javascript-projects/056-image comparison slider/script.js
277 Views
0 Comments
const container = document.querySelector(".container");
const slider = document.querySelector(".slider");
const before = documen
maximum-matrix-sum.py /prakhardoneria/LeetCode/maximum-matrix-sum.py
63 Views
0 Comments
class Solution:
def maxMatrixSum(self, matrix):
total_sum = 0
min_abs = float('inf')
negative_count
index.html /cody/solygambas/html-css-javascript-projects/086-coming soon page/index.html
454 Views
0 Comments
<!-- Based on Fun ways to animate CSS gradients by Kevin Powell (2019)
see: https://www.youtube.com/watch?v=f3mwKLXpOLk -->

<!D
product-01.jpg /cody/codewithsadee/glowing/assets/images/product-01.jpg
165 Views
0 Comments
Media file
/shadprot/transmissions/251002.txt
128 Views
0 Comments
Provide keys to start Phase II.
1.jpg /ahmads_codes/Marriage Hall Booking/1.jpg
213 Views
0 Comments
Media file
style.css /cody/solygambas/html-css-javascript-projects/005-blurry loading/style.css
236 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");

* {
box-sizing: border-box;
}

body {
font-fam
style.css /cody/solygambas/html-css-javascript-projects/017-movie app/style.css
254 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");

:root {
--primary-color: #22254b;

analysis_options.yaml /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/analysis_options.yaml
289 Views
0 Comments
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The iss
edit.html /abh/HTMLify/templates/skeletons/edit.html
493 Views
0 Comments
<!-- edit.html -->
<form action="/action/edit" method="POST">
<input type="text" name="path" value="{{ path }}" /> Mode:
{% if
style.css /cody/vishal-dcode/Verify Account UI/style.css
74 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
margin: 0;
style.css /cody/atherosai/ui/table-01/style.css
184 Views
0 Comments

/* EBECF0 */


:root {
--background: #EBECF0;
--table-background: #FFFFFF;
--primary: #101824;
index.html /cody/atherosai/ui/dropdown-menu-01/index.html
487 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dropdown Menu 01</title>
<link
style.css /cody/frontendcharm/Mini-Projects/MENUS/Full Width Menu Animation/style.css
201 Views
0 Comments
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url("https://fonts.googleap
login.html /ahmads_codes/E-Commerce Hub/login.html
395 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
S.docx /djdj/djassign/S.docx
159 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/09 - Dice Roll/script.js
161 Views
0 Comments
function shuffle(){
const img = document.getElementById("img");
let random = Math.floor(Math.random() * 6) + 1;
img.
Go.jpg /learnearn-fun/HTML-Projects/Starter Shopping Cart Website/img/Go.jpg
29 Views
0 Comments
Media file
index.html /cody/solygambas/html-css-javascript-projects/093-creative portfolio/index.html
375 Views
0 Comments
<!-- Based on Design & Build A Website Crash Course by Simo Edwin - Dev Ed (2019)
see: https://www.youtube.com/watch?v=EwmvBnR_x
gradle.properties /cody/iCriptSnappie/flutter_portfolio/android/gradle.properties
349 Views
0 Comments
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
android.useAndr
0de0f084.webp /sticker-archive/stickers/0de0f084.webp
131 Views
0 Comments
Media file
script.js /djdj/ut/Gym Website/script.js
217 Views
0 Comments
let menu=document.queryselector("#menu-icon");
let navbar=document.queryselector(".navbar");

menu.onclick= () =>{
menu.clas
style.css /karbonsites/prakhardoneria/a2e1db49-78c4-4eba-b2f6-b6738f46b2bc/style.css
32 Views
0 Comments
html, body { margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden; font-family: -apple-system, BlinkMacSystemFont,
script.js /cody/atherosai/ui/menu-01/script.js
215 Views
0 Comments

const toggleMenu = () => {
const burgerMenu = document.querySelector(".menu-icon");
const src = burgerMenu.getAttribute
MySqL-Database.php /djdj/php/Programs/Programs/MySqL-Database.php
567 Views
0 Comments
<?php

//for connection to database
$servername = "localhost";
$username = "root";
$password = "";

//create
index.html /cody/solygambas/html-css-javascript-projects/049-todo list/index.html
479 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
1067b641.webp /sticker-archive/stickers/1067b641.webp
228 Views
0 Comments
Media file