From 1010ca708511f5d49de849044ad30d16ef9e4aaf Mon Sep 17 00:00:00 2001 From: IIYBGYII Date: Wed, 14 Aug 2024 10:25:29 -0300 Subject: [PATCH] Add files via upload --- assets | 0 index.html | 25 ------------------- scripts.js | 0 styles.css | 70 ------------------------------------------------------ 4 files changed, 95 deletions(-) create mode 100644 assets create mode 100644 scripts.js diff --git a/assets b/assets new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index 418326e..e69de29 100644 --- a/index.html +++ b/index.html @@ -1,25 +0,0 @@ - - - - - - Landing Page - - - -
- - -
-
-

Transforme Suas Ideias em Arte

-

Serviços de Design Gráfico Personalizados para Impulsionar Sua Marca

-
- - diff --git a/scripts.js b/scripts.js new file mode 100644 index 0000000..e69de29 diff --git a/styles.css b/styles.css index a298e02..e69de29 100644 --- a/styles.css +++ b/styles.css @@ -1,70 +0,0 @@ -body { - margin: 0; - font-family: Arial, sans-serif; - background-color: #0d1117; - color: #c9d1d9; -} - -header { - background-color: #161b22; - padding: 20px; - display: flex; - justify-content: space-between; - align-items: center; -} - -.logo { - color: #58a6ff; - text-decoration: none; - font-size: 24px; -} - -nav ul { - list-style: none; - margin: 0; - padding: 0; - display: flex; - gap: 20px; -} - -nav a { - color: #c9d1d9; - text-decoration: none; - font-size: 18px; -} - -nav a:hover { - color: #58a6ff; -} - -main { - padding: 40px; - text-align: center; -} - -h1 { - font-size: 36px; - color: #58a6ff; -} - -p { - font-size: 18px; - margin-top: 10px; -} - -.gallery { - display: flex; - gap: 20px; - justify-content: center; - flex-wrap: wrap; - margin-top: 20px; -} - -.gallery-item { - background-color: #21262d; - padding: 20px; - border-radius: 8px; - width: 200px; - text-align: center; - color: #c9d1d9; -}