Skip to content

Instantly share code, notes, and snippets.

View githubajaydhage's full-sized avatar
:atom:
Building Devops Tech Radar

AJAY DHAGE githubajaydhage

:atom:
Building Devops Tech Radar
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Animated Police Car</title>
<link rel="stylesheet" href="style.css">
<style id="jsbin-css">
* {
margin: 0;
padding: 0;
@githubajaydhage
githubajaydhage / index.html
Created January 7, 2020 06:28
Facebook Project // source https://jsbin.com/xazutoc
<!DOCTYPE html>
<!--start html-->
<html>
<!--start head-->
<head>
<link rel="stylesheet" type="text/css" href="mycss.css">
<link rel="stylesheet" type="text/css" href="media-query">
<meta charset="utf-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
@githubajaydhage
githubajaydhage / index.html
Created January 5, 2020 06:18
List of food Items // source https://jsbin.com/boxoluh
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>List of food Items</title>
<style id="jsbin-css">
body{
background-color:lightblue;
}