Practice "draw this in your style" to test a new color method.
Reference drawing by Kaffa.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 196),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 196),0)
)
ORDER BY date, id