diff --git a/src/pages/_document.tsx b/src/pages/_document.tsx index 4ace89a..fdf66ff 100644 --- a/src/pages/_document.tsx +++ b/src/pages/_document.tsx @@ -8,7 +8,7 @@ export default function Document() { - +
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index e8cb38b..ae982b1 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -10,6 +10,8 @@ import Button from 'react-bootstrap/Button'; import Form from 'react-bootstrap/Form'; import Image from 'react-bootstrap/Image'; import Ratio from 'react-bootstrap/Ratio'; +import Row from 'react-bootstrap/Row'; +import Col from 'react-bootstrap/Col'; import { useState } from 'react'; export default function Home() { @@ -58,39 +60,53 @@ export default function Home() { Image Caption -
- +
+
+ + + Image Caption + + +
+
- Image Caption +

Envie uma imagem para obter sua descrição.

+
+ + Imagem +
+
+ + + +
+
+
+ + Enviar imagem + + + + Descrição + + +
+ +
+
- -
-
- -
-
- - - -
-
-
- - Image - - -
- -
-
-

{caption}

-
-
+
+ + ) } diff --git a/src/styles/globals.scss b/src/styles/globals.scss index 8160432..75ba1bf 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -7,5 +7,22 @@ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap"); body { + background-color: #1b1f22; font-family: "Roboto", var(--bs-font-sans-serif); } + +.main-nav { + background-color: #212529; +} + +.wrapper { + display: flex; + flex-direction: column; + height: 100vh; +} + +main { + display: flex; + flex-direction: column; + flex-grow: 1; +}