Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

633365 Views

Latest files of /cody/atherosai/ui/cards-04

assets/ cody/atherosai/ui/cards-04/assets/
8 Items
  • lavender-field-resized.jpg
  • snow-scenery.jpg
  • forest-resized.jpg
  • lake.jpg
  • forest.jpg
  • wooden-bridge-resized.jpg
  • wooden-bridge.jpg
  • lavender-field.jpg
  • style.css cody/atherosai/ui/cards-04/style.css
    84 Views
    0 Comments
    body {
    background-color: rgb(20, 23, 26);
    }

    * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    index.html cody/atherosai/ui/cards-04/index.html
    290 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">

    <head>
    <meta charset="UTF-8">
    <title>Cards</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" type="text/css" href="style.css">