deepika - HTMLify profile

deepika's Profile Picture

deepika

9 Files

1950 Views

Latest files of /deepika/

to-do/ deepika/to-do/
7 Items
  • check (1).png
  • to-do/checked.png
  • to-do/close (2).png
  • to-do/index.css
  • to-do/radio-button.png
  • to-do/script.js
  • To Do List
  • index.html deepika/QR CODE.html
    435 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="QR CODE.css">
    <title>Document</title>
    </head>
    style.css deepika/QR CODE.css
    155 Views
    0 Comments
    *{
    padding:0;
    margin:0;
    font-family: 'Poppins',sans-serif;
    box-sizing:border-box;
    }
    body{
    background:#262a2f;