Skip to content

Instantly share code, notes, and snippets.

@gorbiz
Last active February 18, 2016 01:31
Show Gist options
  • Select an option

  • Save gorbiz/3a43ed877c7c1398449e to your computer and use it in GitHub Desktop.

Select an option

Save gorbiz/3a43ed877c7c1398449e to your computer and use it in GitHub Desktop.
latina-immergo
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Latina immergo</title>
<link rel="stylesheet" href="style.css" media="screen" charset="utf-8">
<link href='https://fonts.googleapis.com/css?family=Cinzel:400,900,700' rel='stylesheet' type='text/css'>
</head>
<body>
<h1>Latina immergo</h1>
</body>
</html>
html {
background: url(papyrus.jpg) no-repeat center center fixed;
background-size: cover;
font-family: 'Cinzel', serif;
color: rgba(0, 0, 0, 0.75);
}
h1 {
margin-top: 1.3em;
font-size: 4em;
text-align: center;
color: rgba(0, 0, 0, 0.2);
text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
transform: rotate(-1deg);
}
@gorbiz

gorbiz commented Feb 18, 2016

Copy link
Copy Markdown
Author

Latin square capitals on papyrus, very rare, no? Unrealistic even? 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment