Skip to content

Instantly share code, notes, and snippets.

View clairechabas's full-sized avatar

Claire Chabas clairechabas

View GitHub Profile
@clairechabas
clairechabas / index.html
Last active May 21, 2023 14:56
🥡 Vertically center content in the remaining screen space on a page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Center Content Vertically in the Remaining Screen Space</title>
<style>
html,