mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-13 20:24:16 +02:00
dev banner
This commit is contained in:
16
index.html
16
index.html
@@ -24,9 +24,25 @@
|
|||||||
header h1 { font-size: 300%; margin: 0.2em; }
|
header h1 { font-size: 300%; margin: 0.2em; }
|
||||||
p.jsnote { margin: 2em; text-align: justify; }
|
p.jsnote { margin: 2em; text-align: justify; }
|
||||||
p.jsnote:first-child { width: 13em; margin: auto; }
|
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>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div style="" class="dev">DEV PREVIEW ONLY</div>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1>A Primer on Bézier Curves</h1>
|
<h1>A Primer on Bézier Curves</h1>
|
||||||
|
Reference in New Issue
Block a user