Skip to content

Instantly share code, notes, and snippets.

@CarmenScholte
CarmenScholte / fixed-ratio-centered-cover-image.html
Created October 7, 2019 06:44
fixed-ratio-centered-cover-image
<!doctype html>
<html>
<head>
<style>
body {
margin: 0;
}
.container {
<!doctype html>
<html>
<head>
<title>Paralax example</title>
<style>
body {
color: white;
font-size: 24px;
@CarmenScholte
CarmenScholte / fullscreen-fixed-image-header.html
Last active October 8, 2019 05:48
Fullscreen fixed image header
<!doctype html>
<html lang="en">
<head>
<base href="/">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">