coding bib
This commit is contained in:
parent
b82162c527
commit
8f4b332065
@ -5,6 +5,7 @@ journal,/journal
|
|||||||
comics,/comic
|
comics,/comic
|
||||||
link dump,/linklink
|
link dump,/linklink
|
||||||
timezone,/oneshot/timezone
|
timezone,/oneshot/timezone
|
||||||
|
coding bibble,/oneshot/codingbible
|
||||||
guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
|
guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
|
||||||
thanks page,/thanks
|
thanks page,/thanks
|
||||||
github repo,https://github.com/etherware-novice/comicsite,/assets/images/blinkers/cooltext462925409710685.gif
|
github repo,https://github.com/etherware-novice/comicsite,/assets/images/blinkers/cooltext462925409710685.gif
|
||||||
|
|
@ -20,6 +20,7 @@ h1 {
|
|||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: blue;
|
background-color: blue;
|
||||||
}
|
}
|
||||||
|
h1 a { color: white; }
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: auto;
|
width: auto;
|
||||||
@ -97,3 +98,12 @@ img {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0; right: -40px;
|
top: 0; right: -40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
code {
|
||||||
|
display: inline-block;
|
||||||
|
background-color: gray;
|
||||||
|
border: 1px black solid;
|
||||||
|
padding: .5em;
|
||||||
|
margin: 0.5em 0.25em;
|
||||||
|
}
|
||||||
|
1367
oneshot/codingbible.md
Normal file
1367
oneshot/codingbible.md
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user