Skip to content

Instantly share code, notes, and snippets.

View pksbogastro's full-sized avatar

pksbogastro

  • Joined Mar 13, 2026
View GitHub Profile
@pksbogastro
pksbogastro / index.html
Created March 13, 2026 17:24
Einkaufen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Einkaufsliste Foodtruck</title>
<style>
body { font-family: sans-serif; background: #f4f7f6; margin: 0; padding: 10px; text-align: center; }
.card { background: white; padding: 15px; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 12px; }
select { width: 100%; padding: 14px; font-size: 18px; border: 2px solid #2196F3; border-radius: 12px; margin-bottom: 12px; background: white; }
@pksbogastro
pksbogastro / index.html
Created March 13, 2026 17:22
Einkaufen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Foodtruck Liste</title>
<style>
body { font-family: sans-serif; background: #f4f7f6; margin: 0; padding: 10px; text-align: center; }
.card { background: white; padding: 15px; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 12px; }
select { width: 100%; padding: 14px; font-size: 18px; border: 2px solid #2196F3; border-radius: 12px; margin-bottom: 12px; background: white; }
@pksbogastro
pksbogastro / index.html
Created March 13, 2026 17:20
Einkaufen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Foodtruck Liste</title>
<style>
body { font-family: sans-serif; background: #f4f7f6; margin: 0; padding: 10px; text-align: center; }
.card { background: white; padding: 15px; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 12px; }
select { width: 100%; padding: 14px; font-size: 18px; border: 2px solid #2196F3; border-radius: 12px; margin-bottom: 12px; background: white; }
@pksbogastro
pksbogastro / index.html
Created March 13, 2026 17:18
Einkaufen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Foodtruck Liste</title>
<style>
body { font-family: sans-serif; background: #f4f7f6; margin: 0; padding: 10px; text-align: center; }
.card { background: white; padding: 15px; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 12px; }
select { width: 100%; padding: 14px; font-size: 18px; border: 2px solid #2196F3; border-radius: 12px; margin-bottom: 12px; background: white; -webkit-appearance: none; }
@pksbogastro
pksbogastro / index.html
Created March 13, 2026 17:16
Einkaufen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Foodtruck Liste</title>
<style>
body { font-family: sans-serif; background: #f4f7f6; margin: 0; padding: 10px; text-align: center; }
.card { background: white; padding: 15px; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 12px; }
select { width: 100%; padding: 14px; font-size: 18px; border: 2px solid #2196F3; border-radius: 12px; margin-bottom: 12px; background: white; }
@pksbogastro
pksbogastro / index.html
Created March 13, 2026 17:14
Einkaufen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Foodtruck</title>
<style>
body { font-family: sans-serif; background: #f4f7f6; margin: 0; padding: 10px; text-align: center; }
.card { background: white; padding: 15px; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 12px; }
select { width: 100%; padding: 14px; font-size: 18px; border: 2px solid #2196F3; border-radius: 12px; margin-bottom: 12px; background: white; -webkit-appearance: none; }
@pksbogastro
pksbogastro / index.html
Created March 13, 2026 17:13
Einkaufen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Foodtruck Liste</title>
<style>
body { font-family: sans-serif; background: #f4f7f6; margin: 0; padding: 10px; text-align: center; }
.card { background: white; padding: 15px; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin-bottom: 12px; }
select { width: 100%; padding: 14px; font-size: 18px; border: 2px solid #2196F3; border-radius: 12px; margin-bottom: 12px; background: white; }
@pksbogastro
pksbogastro / index.html
Created March 13, 2026 17:08
Einkaufen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Einkaufsliste Fix</title>
<style>
:root { --primary: #4CAF50; --secondary: #2196F3; --danger: #ff5252; --bg: #f4f4f9; }
body { font-family: sans-serif; background: var(--bg); margin: 0; padding: 10px; text-align: center; }
@pksbogastro
pksbogastro / index.html
Created March 13, 2026 17:07
Einkaufen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Einkaufsliste Stabil</title>
<style>
:root { --primary: #4CAF50; --secondary: #2196F3; --danger: #ff5252; --bg: #f4f4f9; }
body { font-family: sans-serif; background: var(--bg); margin: 0; padding: 10px; text-align: center; }
@pksbogastro
pksbogastro / index.html
Created March 13, 2026 17:06
Einkaufen
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Einkaufsliste - Neustart</title>
<style>
:root { --primary: #4CAF50; --secondary: #2196F3; --warning: #ff9800; --danger: #ff5252; --bg: #f4f4f9; }
body { font-family: sans-serif; background: var(--bg); margin: 0; padding: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }