Skip to content

Instantly share code, notes, and snippets.

@CivBase
CivBase / index.html
Created March 12, 2021 04:46
Make Your Photo 16x9 (plus other aspect ratios)
// Original code from einaregilsson:
// https://github.com/einaregilsson/photo16x9/tree/6ae29823e8bc57e15627795ce9c056197d8eb98f
<!DOCTYPE html>
<html>
<head>
<title>Make Your Photo 16x9</title>
<meta charset="utf8">
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="apple-mobile-web-app-title" content='Make Your Photo 16x9' />
@CivBase
CivBase / ddg_html_dark.css
Created March 4, 2021 21:14
CSS for dark mode on html.duckduckgo.com
.body--home,
.body--html {
background: #1c1c1c;
color: #eeeeee;
}
.search {
background-color: #333333;
border-color: #333333;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);