Skip to content

Instantly share code, notes, and snippets.

View code08-ind's full-sized avatar
:octocat:
Working from home

Aryan Garg code08-ind

:octocat:
Working from home
View GitHub Profile
body{
background: url('https://i.pinimg.com/originals/a4/6a/99/a46a995666a320eedb11f71bdc88db36.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.nav-link-home {
visibility:hidden;
body{
background:url('https://images.unsplash.com/photo-1561998338-13ad7883b20f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#include<graphics.h>
#include<iostream>
#include<conio.h>
using namespace std;
int main()
{
int gd = DETECT, gm;
initgraph (&gd, &gm, "");
setbkcolor(BLACK);
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='stylesheet' href='/style.css' />
<title>Error</title>
</head>
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='stylesheet' href='/style.css' />
<title>About</title>
</head>
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='stylesheet' href='/style.css' />
<title>Home</title>
</head>
const path = require('path');
const express = require('express');
const app = express();
const port = 8000;
const localHost = '127.0.0.1';
const staticPath = path.join(__dirname, '../public');
const viewsPath = path.join(__dirname, '../views');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Montserrat&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #009fff; /* fallback for old browsers */
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='stylesheet' href='/style.css' />
<title>Error</title>
</head>
<html lang='en'>
<head>
<meta charset='UTF-8' />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
<link rel='stylesheet' href='/style.css' />
<title>About</title>
</head>