From c18603b621b49f6697555a6c698dc94b35453e30 Mon Sep 17 00:00:00 2001 From: exprox Date: Thu, 4 Jan 2024 19:48:13 -0300 Subject: inicio projeto website --- src/Index.html | 20 ++++++++++++++++++++ src/light.png | Bin 0 -> 10532 bytes src/styles.css | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 src/Index.html create mode 100644 src/light.png create mode 100644 src/styles.css diff --git a/src/Index.html b/src/Index.html new file mode 100644 index 0000000..b66e0eb --- /dev/null +++ b/src/Index.html @@ -0,0 +1,20 @@ + + + + + + ZWLinux + + + + + + + + + +

Em Construcao

+ +

Nosso site está em construção, mas estamos prontos para começar!

+ + \ No newline at end of file diff --git a/src/light.png b/src/light.png new file mode 100644 index 0000000..37d5188 Binary files /dev/null and b/src/light.png differ diff --git a/src/styles.css b/src/styles.css new file mode 100644 index 0000000..f37391f --- /dev/null +++ b/src/styles.css @@ -0,0 +1,35 @@ +*{ + padding: 0; + margin: 0; + border: 0; + font-family: 'Gruppo', sans-serif; +} + +.conteiner{ + position: relative; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + height: 100vh; + background: #000000; + color: rgb(255, 255, 255); +} + +.light{ + position: absolute; +} + +.frist{ + text-align: center; + font-size: 4rem; + z-index: 10; +} + +.text-desc{ + margin: 10px; + position: relative; + font-size: 2rem; + top: 12rem; + text-align: justify; +} \ No newline at end of file -- cgit v1.2.3