This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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' /> |