Skip to content

Instantly share code, notes, and snippets.

View BarryBlack's full-sized avatar
🎯
Focusing

Barrrry BarryBlack

🎯
Focusing
  • New Zealand
View GitHub Profile
@BarryBlack
BarryBlack / index.html
Created April 6, 2019 06:05
Pure CSS Hamburger Menu & Overlay
<!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">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/menu.css">
<title>Hamburger Menu Overlay</title>
@BarryBlack
BarryBlack / dtcrashcourse.html
Created March 28, 2019 11:55 — forked from bradtraversy/dtcrashcourse.html
Code From the Developer Tools Crash Course
<!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">
<link rel="stylesheet" href="style.css">
<title>Devtools Test</title>
</head>
<body>
@BarryBlack
BarryBlack / index.html
Created March 28, 2019 02:35
Surf Website
<!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>Full Screen Slider</title>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
@BarryBlack
BarryBlack / index.html
Created March 27, 2019 02:10
Surf Website
<!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>Full Screen Slider</title>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"