Scrollable Width Code Box <nav style = "background-color: #333; padding: 10px;" > <!--^ ^ ^ element | | attribute (style) | | <a href="/" style="color: white; margin: 0 10px;">Home</a> <!-- ^ ^ ^ ^ element attribute (href) CSS property (destination) (color: white) --> <a href = "/" style = "color: white; margin: 0 10px;" > Home </a> <a href = "/about" style = "color: white; margin: 0 10px;" > About </a> <a href = "/contact" style = "color: white; margin: 0 10px;" > Contact </a> </nav>
Posts
SNIPPET MAKER v3
- Get link
- X
- Other Apps
CSS Style Attribute Generator DIV Style Attribute Generator Background Color Border Radius (px) Box Sizing border-box content-box Text Color Font Family Font Size (px) Line Height Overflow X auto hidden scroll visible Padding (px) Width Generate Style Attribute .custom { border-collapse: collapse; white-space: nowrap; min-width: 100%; border: 1px solid #000; } .custom th, .custom td { border: 1px solid #000; padding-left: 0.6em; padding-right: 0.6em; } </style> <div class="compress"> <table class="custom"> <!-- table content --...
SNIPPET MAKER v2
- Get link
- X
- Other Apps
CSS Style Attribute Generator DIV Style Attribute Generator Background Color Border Radius (px) Box Sizing border-box content-box Text Color Font Family Font Size (px) Line Height Overflow X auto hidden scroll visible Padding (px) Width Generate Style Attribute Preview Text Example .custom { border-collapse: collapse; white-space: nowrap; min-width: 100%; border: 1px solid #000; } .custom th, .custom td { border: 1px solid #000; padding-left: 0.6em; padding-right: 0.6em; } </style> <div class="compress"> <table class="custom">...
SNIPPET MAKER v1
- Get link
- X
- Other Apps
CSS Style Attribute Generator DIV Style Attribute Generator Background Color Border Radius (px) Box Sizing border-box content-box Text Color Font Family Font Size (px) Line Height Overflow X auto hidden scroll visible Padding (px) Width Generate Style Attribute Preview Text Example try { $dsn = 'mysql:host=' . DB_HOST . ';port=' . DB_PORT . ';dbname=' . DB_NAME . ';charset=utf8mb4' ; $pdo = new PDO ( $dsn , DB_USER, DB_PASS, [ PDO ::ATTR_ERRMODE =...
- Get link
- X
- Other Apps
Syntax Highlighter Color Determinator 🎨 Color Determinator Form Assign a hue value to manage the theme tokens of each syntax class. Initial inputs are randomized across the 12-hue spectrum. .t-doctype Defines the styling rules applied directly to Document Type Declarations (e.g., <!doctype html> ). .t-tag Controls structural tag indicators inside the source view code blocks (e.g., <html> , <head> , <body> ). .t-attr Target parameters and structural settings defi...
- Get link
- X
- Other Apps
headless-cms-architecture.html <html lang = "en" > <head> <meta charset = "utf-8" ></meta> <title> Headless CMS Architecture </title> <meta content = "width=device-width, initial-scale=1" name = "viewport" ></meta> <style> svg { max-width : 720px ; height : auto ; font : 14px system-ui, -apple-system, Segoe UI, Roboto, sans-serif ; } .box { fill : #fff ; stroke : #444 ; stroke-width : 2 ; rx : 8 ; } .label { text-anchor : middle ; dominant-baseline : middle ; } .edge ...