From c099619ad3e41a8f6a1a35a577dfbde3e6c7080b Mon Sep 17 00:00:00 2001 From: peterdanwan Date: Sun, 17 Nov 2024 17:34:33 -0500 Subject: [PATCH] feat: add css/id.css file --- css/id.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 css/id.css diff --git a/css/id.css b/css/id.css new file mode 100644 index 000000000..de3b294bc --- /dev/null +++ b/css/id.css @@ -0,0 +1,17 @@ +/* + Copyright (c) 2016 StrongLoop, IBM, and Express Contributors + License: MIT +*/ +/* For image callouts in writing-middleware.md */ + +#callout1 {top: 40px; } + +#callout2 {top: 60px;} + +#callout3 {top: 75px;} + +#callout4 {top: 145px;} + +#callout5 {top: 150px;} + +#callout6 {top: 160px;} \ No newline at end of file