Skip to content

Instantly share code, notes, and snippets.

View anonewb's full-sized avatar
🎯
Focusing

Harshal anonewb

🎯
Focusing
  • Navi Mumbai
View GitHub Profile
@anonewb
anonewb / index.html
Last active March 31, 2019 13:57
index.html--> tfoot & index1.html--> col-md-6
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>task-1</title>
<link
rel="stylesheet"
@anonewb
anonewb / index.html
Created November 15, 2018 13:24 — forked from machwatt/index.html
animate.css and waypoints.js
<html>
<head>
<link href="path/to/your/css/animate.css" rel="stylesheet" type="text/css">
<style>
.hidden {
opacity: 0;
}
.visible {
opacity: 1;
}