new draft + code background color
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eaaa1f0c62
commit
1d67bcf2ea
@ -26,10 +26,6 @@ ul li a:hover {
|
|||||||
color: #AAA;
|
color: #AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
|
||||||
background-color: grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-top: 5vh;
|
margin-top: 5vh;
|
||||||
margin-bottom: 7vh;
|
margin-bottom: 7vh;
|
||||||
|
|||||||
@ -33,6 +33,10 @@ article h1 {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
background-color: lightgrey;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
width: 70vw;
|
width: 70vw;
|
||||||
margin-top: 6vh;
|
margin-top: 6vh;
|
||||||
|
|||||||
6
drafts/postgres_messaging_app.md
Normal file
6
drafts/postgres_messaging_app.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Postgres as a messaging app
|
||||||
|
|
||||||
|
Here is a funny idea I came up with : using postgres to make an instant
|
||||||
|
messaging app.
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user