diff options
Diffstat (limited to 'src/styles.css')
-rw-r--r-- | src/styles.css | 35 |
1 files changed, 35 insertions, 0 deletions
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 |