Skip to content

Instantly share code, notes, and snippets.

@Tanvir741
Tanvir741 / Samsung S24R350
Last active August 11, 2020 08:52
Samsung LS24R350FHEXXM Color Settings
Color Settings:
Red 40
Green 37
Blue 55
App to Control Brightness:
https://github.com/emoacht/Monitorian
@Tanvir741
Tanvir741 / gist:f7af41fa579174ccae4a0016903b4bae
Last active June 11, 2020 13:32
HTML: Simple Maintenance Page (Mobile Ready) Thanks @pitch-gist & @fsainz
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 20px; }
@media (min-width: 768px){
body{ padding-top: 150px; }
}
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; max-width: 650px; margin: 0 auto; }