1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-01 06:20:52 +02:00

dev banner

This commit is contained in:
Pomax
2016-01-07 23:11:56 -08:00
parent 331c55e58f
commit fb39b82444

View File

@@ -24,9 +24,25 @@
header h1 { font-size: 300%; margin: 0.2em; }
p.jsnote { margin: 2em; text-align: justify; }
p.jsnote:first-child { width: 13em; margin: auto; }
div.dev {
background: rgb(43, 49, 95);
color: rgb(81, 181, 255);
position: fixed;
transform: rotate(-45deg);
width: 22em;
text-align: center;
top: 4em;
left: -6em;
font-variant: small-caps;
font-weight: bolder;
font-family: Helvetica;
box-shadow: 0px 5px 7px 2px rgba(0, 0, 0, 0.3);
}
</style>
</head>
<body>
<div style="" class="dev">DEV PREVIEW ONLY</div>
<article>
<header>
<h1>A Primer on Bézier Curves</h1>