Skip to content

Instantly share code, notes, and snippets.

View tnemcsok's full-sized avatar

Tamas Nemcsok tnemcsok

View GitHub Profile
@tnemcsok
tnemcsok / index.html
Created September 14, 2020 21:13
Zuzmó mami // source https://jsbin.com/butocif
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Zuzmó mami</title>
<style id="jsbin-css">
* {
box-sizing: border-box;
}
@tnemcsok
tnemcsok / Sticky footer bootstrap.html
Last active September 11, 2020 21:55
Sticky footer bootstrap
@tnemcsok
tnemcsok / Sticky footer.html
Last active September 11, 2020 21:24
Sticky footer calc
@tnemcsok
tnemcsok / Stick footer.html
Last active September 11, 2020 21:20
Sticky footer paddinggel
@tnemcsok
tnemcsok / footer.html
Created September 11, 2020 21:11
Footer
@tnemcsok
tnemcsok / blog-header.html
Last active September 11, 2020 20:38
Blog header
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Blog header</title>
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond%7CLibre+Franklin" rel="stylesheet">
<style id="jsbin-css">
.cover {
background: url('https://orange.codeberryschool.com/content/images/project-assets/page-header-bg.jpg') no-repeat center;
@tnemcsok
tnemcsok / Fixed navbar pro.html
Last active September 11, 2020 20:00
Fixed navbar pro
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Fixed Navbar">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css">
<link href="https://fonts.googleapis.com/css?family=Space+Mono:400,700" rel="stylesheet">
<style id="jsbin-css">
@tnemcsok
tnemcsok / Fixed navbar.html
Last active September 11, 2020 19:11
Fixed Navbar
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Fixed Navbar">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<style id="jsbin-css">
@tnemcsok
tnemcsok / Navbar.html
Created September 11, 2020 18:27
Navbar
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Navbar">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<style id="jsbin-css">
@tnemcsok
tnemcsok / navigation button.html
Last active September 10, 2020 20:19
Navigation buttons
body {
background-color: #eee;
}
* {
box-sizing: border-box;
}
section {
max-width: 470px;
padding: 10px;