Dashboard Temp Share Shortlinks Frames API

HTMLify your dreams


style.css /cody/solygambas/html-css-javascript-projects/008-form wave animation/style.css
211 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");

* {
box-sizing: border-box;
}

body {
font-famil
pubspec.lock /cody/iCriptSnappie/flutter_portfolio/pubspec.lock
344 Views
0 Comments
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
async:
dependency: transitive
descript
notifications.html /abh/HTMLify/templates/notifications.html
486 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=
style.css /cody/frontendcharm/Mini-Projects/BUTTONS/Send Button Animation/style.css
198 Views
0 Comments
body {
display: grid;
place-items: center;
height: 100vh;
background: #000;
}

.btn {
ic_launcher.png /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
121 Views
0 Comments
Media file
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/38. keyCode/style.css
20 Views
0 Comments
* {
box-sizing: border-box;
}

body {
height: 100vh;
font-family: sans-serif;
display: flex;
getDefaultBulkwriteResult.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongoose/lib/helpers/getDefaultBulkwriteResult.js
5 Views
0 Comments
'use strict';
function getDefaultBulkwriteResult() {
return {
result: {
ok: 1,
writeErrors: [],
writeCon
connection.js /cody/lassiecoder/mutual-funding-app/server/node_modules/mongodb/lib/core/connection/connection.js
6 Views
0 Comments
'use strict';

const EventEmitter = require('events').EventEmitter;
const crypto = require('crypto');
const debugOptions = requi
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/165 - CatGame/readme.md
259 Views
0 Comments
![catgame](https://user-images.githubusercontent.com/84850243/167242208-43306166-6050-4ed2-8979-58091e5e97c6.png)

b1a29aa9.webp /sticker-archive/stickers/b1a29aa9.webp
176 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/178 - RunningCar/style.css
194 Views
0 Comments

#city{
background: url(cityImage.jpg);
background-size: cover;
background-repeat: no-repeat;
width: auto;
h
92825405.webp /sticker-archive/stickers/92825405.webp
171 Views
0 Comments
Media file
style.css /cody/vishal-dcode/Split Landing Page/style.css
58 Views
0 Comments
body {
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
overflow-x: hidden;
}
.container {
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/79. Testimonal Box Switcher/style.css
25 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background: rgb(28, 28, 28);
font-family: sans-serif;
display: flex;
index.js /cody/lassiecoder/mutual-funding-app/server/node_modules/finalhandler/index.js
5 Views
0 Comments
/*!
* finalhandler
* Copyright(c) 2014-2017 Douglas Christopher Wilson
* MIT Licensed
*/

'use strict'

extras.html /abh/HTMLify/templates/extras.html
481 Views
0 Comments
<!-- Extras file, containts of this file will be available in all templates just above </head> -->
2.png /cody/swapnilsparsh/30DaysOfJavaScript/208 - PixSort Studio/Screenshots/2.png
167 Views
0 Comments
Media file
index.html /cody/atherosai/ui/snackbar-02/index.html
461 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Snackbar</title>
<link rel="s
162.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/162.png
177 Views
0 Comments
Media file
LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/debug/LICENSE
9 Views
0 Comments
(The MIT License)

Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>

Permission is hereby granted, free of charge, to any
Linkedin Loader /djdj/youtube/Liloader.html
317 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
LPBGI.jpg /shubh/LPBGI.jpg
202 Views
0 Comments
Media file
post.test.js /cody/lassiecoder/mutual-funding-app/server/node_modules/kareem/test/post.test.js
5 Views
0 Comments
'use strict';

const assert = require('assert');
const Kareem = require('../');

describe('execPost', function() {
var hooks;

icon.png /cody/swapnilsparsh/30DaysOfJavaScript/52 - Temperature Convertor/icon.png
157 Views
0 Comments
Media file
style.css /cody/frontendcharm/Mini-Projects/MENUS/Hamburger Icon MI Series/Hamburger Icon - 04/style.css
199 Views
0 Comments
body {
display: grid;
place-items: center;
height: 100vh;
background: #121314;
}

.hamburger {
LeetCode - Unique Number of Occurrences - Go /abh/lc/1207.go
296 Views
0 Comments
func contain(target int, array []int) bool {
for _, v := range array {
if v == target {
return true

ThemeSwitcher.module.scss /cody/atherosai/ui/react-examples/components/ThemeSwitcher.module.scss
362 Views
0 Comments
.theme-button {
background-color: #FFF;
color: #464A51;
border-radius: 8px;
display: flex;
align-items: cent
script.js /cody/swapnilsparsh/30DaysOfJavaScript/64 - Photo Editor/script.js
230 Views
0 Comments
onload = function () {
const editor = document.getElementById("editor");
const context = editor.getContext("2d");
co
103.png /cody/swapnilsparsh/30DaysOfJavaScript/30DaysOfJavaScript/assets/103.png
189 Views
0 Comments
Media file
style.css /cody/atherosai/ui/gallery-04/style.css
158 Views
0 Comments

:root {
--background: #3C343D;
--background-border: #6B626C;
}

* {
margin: 0;
index.html /cody/swapnilsparsh/30DaysOfJavaScript/98 - Loan Calculator/index.html
399 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
ahemdabadvenue3.jpg /ahmads_codes/Marriage Hall Booking/ahemdabadvenue3.jpg
143 Views
0 Comments
Media file