Skip to content

Instantly share code, notes, and snippets.

View christophwessels's full-sized avatar
🏡
Home-Office

Christoph Weßels christophwessels

🏡
Home-Office
View GitHub Profile
@christophwessels
christophwessels / wartungsarbeiten.html
Last active October 31, 2020 18:37 — forked from pitch-gist/gist:2999707
HTML: Simple Wartungsarbeiten / Coming Soon Seite
<!doctype html>
<title>Wartungsarbeiten</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@christophwessels
christophwessels / battlecss-simple-square-play-1.html
Created September 10, 2020 14:39
Solution battlecss.dev play 1 - Battle #1 - Pilot Battle
<a style=box-shadow:0+0+0+2in#b5e0ba,0+0+0+5in#5d3a3a>
@christophwessels
christophwessels / remove-wprocket-from-admin-bar.php
Created September 4, 2020 10:06
Remove WP Rocket from Admin Bar Menu
add_action( 'admin_bar_menu', function() {
remove_action( 'admin_bar_menu', 'rocket_admin_bar', PHP_INT_MAX );
} );
@christophwessels
christophwessels / meta-theme-color.html
Created September 3, 2020 14:30
Meta-Tag "theme-color" - Color the android browser bar
<meta name="theme-color" content="#0040ff">
@christophwessels
christophwessels / bootstrap-starter-template.html
Last active March 14, 2023 20:00
HTML5 Bootstrap Starter Template with Meta
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000">
<meta name="description" content="Description"/>