templates/008-css/css-grid.html | ●●●●● Patch | Ansicht | Raw | Blame | Historie |
templates/008-css/css-grid.html
Neue Datei @@ -0,0 +1,17 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Grid</title> <style> .grid { display: grid; } </style> </head> <body> <div class="grid"> <div></div> </div> </body> </html>