1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-02 12:54:23 +02:00

sections 5 and 6

This commit is contained in:
Pomax
2015-12-30 16:47:44 -08:00
parent 697330ed54
commit 83ba8e1bf4
16 changed files with 2081 additions and 1134 deletions

View File

@@ -0,0 +1,23 @@
.howtocode {
border: 1px solid rgb(141, 148, 189);
padding: 0 1em;
margin: 0 2em;
overflow-x: hidden;
h3 {
margin: 0 -1em;
padding: 0;
background: rgb(145, 190, 247);
padding-left: 0.5em;
color: white;
text-shadow: 1px 1px 0 rgb(0, 0, 0);
cursor: pointer;
}
pre {
border: 1px solid rgb(141, 148, 189);
background: rgba(223, 226, 243, 0.32);
margin: 0.5em;
padding: 0.5em;
}
}