HTMLify your dreams
style.css
/cody/frontendcharm/Mini-Projects/FORM AND INPUTS/Gradient Border On Input Focus MI/style.css
body {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
b
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
b
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* --- Global Styles & Resets --- */
:root {
--color-dark: #121212;
--color-light: #f4f4f9;
--color-primary: #007bff
:root {
--color-dark: #121212;
--color-light: #f4f4f9;
--color-primary: #007bff
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #151515;
}
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #151515;
}
Binary icon.png
/cody/swapnilsparsh/30DaysOfJavaScript/35 - Decimal To Binary/assests/Binary icon.png
Media file
pexels-ron-lach-8346055-removebg-preview.png
/huxn-webdev/HTML-CSS-JavaScript-100-Projects/95. Chairs/Images/pexels-ron-lach-8346055-removebg-preview.png
Media file
IDENTIFICATION DIVISION.
PROGRAM-ID. HelloWorld.
PROCEDURE DIVISION.
DISPLAY "Hello, World!".
STOP RUN.
PROGRAM-ID. HelloWorld.
PROCEDURE DIVISION.
DISPLAY "Hello, World!".
STOP RUN.
/* --- GLOBAL STYLES & RESET --- */
:root {
--color-bg: #0A0A0A;
--color-surface: #1A1A1A;
--color-primary: #00FFB3;
:root {
--color-bg: #0A0A0A;
--color-surface: #1A1A1A;
--color-primary: #00FFB3;
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Ch
# This file controls Flutter-level build steps. It should not be edited.
cmake_minimum_required(VERSION 3.14)
set(EPHEMERAL_DIR
cmake_minimum_required(VERSION 3.14)
set(EPHEMERAL_DIR
# unpipe
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-image
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-image
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
*:focus {
outline: 0;
box-sizing: border-box;
margin: 0;
padding: 0;
}
*:focus {
outline: 0;
const API_URL = 'https://api.themoviedb.org/3/discover/movie?sort_by=popularity.desc&api_key=3fd2be6f0c70a2a598f084ddfb75487c&pa
'use strict';
const EventEmitter = require('events').EventEmitter;
class Instrumentation extends EventEmitter {
constructor()
const EventEmitter = require('events').EventEmitter;
class Instrumentation extends EventEmitter {
constructor()
class Solution(object):
def commonFactors(self, a, b):
c=0
for i in range(1,a+b):
if a%i==0 and
def commonFactors(self, a, b):
c=0
for i in range(1,a+b):
if a%i==0 and
import { JetBrainsMono } from "@/fonts"
const BlogLayout = ({ children }: { children: React.ReactNode }) => {
return (
const BlogLayout = ({ children }: { children: React.ReactNode }) => {
return (
/* eslint-env browser */
'use strict';
require('./driver').set(require('./drivers/browser'));
const DocumentProvider = requir
'use strict';
require('./driver').set(require('./drivers/browser'));
const DocumentProvider = requir
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
body, html {
margin: 0;
padding: 0;
}
body {
background: #000;
overflow: hidden;
margin: 0;
padding: 0;
}
body {
background: #000;
overflow: hidden;
right-arrow.png
/cody/swapnilsparsh/30DaysOfJavaScript/138 - Meditation WebApp/assets/img/right-arrow.png
Media file
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" fill="none" viewBox="0 0 256 256"><rect width="256" height="256
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
* {
box-sizing: border-box;
marg
* {
box-sizing: border-box;
marg
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="20" viewBox="0 0 14 20" fill="none">
<path d="M3.00086 1H11.0009M10.0
<path d="M3.00086 1H11.0009M10.0
(The MIT License)
Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
Permission is hereby granted, free of charge, to any
Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
Permission is hereby granted, free of charge, to any