diff --git a/src/components/ReadOurBlog/ReadOurBlog.js b/src/components/ReadOurBlog/ReadOurBlog.js index b1ad852..0223a36 100644 --- a/src/components/ReadOurBlog/ReadOurBlog.js +++ b/src/components/ReadOurBlog/ReadOurBlog.js @@ -10,8 +10,20 @@ import food4 from "../../img/bloco_image_4.svg" export default function ReadOurBlog(){ return( -
- +
+ + +
+

+ Read Our Blog +

+

Far far away, behind the word mountains, far from the countries

+

Vokalia and Consonantia, there live the blind texts.

+
+ + + -
+
food

Quick-start guide
to nuts and seeds

-
+
food

Quick-start guide
to nuts and seeds

-
+
food

Quick-start guide
to nuts and seeds

-
+
food

Quick-start guide
to nuts and seeds

+
) } \ No newline at end of file diff --git a/src/components/ReadOurBlog/ReadOurBlog.scss b/src/components/ReadOurBlog/ReadOurBlog.scss index e69de29..6353af7 100644 --- a/src/components/ReadOurBlog/ReadOurBlog.scss +++ b/src/components/ReadOurBlog/ReadOurBlog.scss @@ -0,0 +1,30 @@ +@import '../../styles/font.scss'; +@import '../../styles/style.scss'; + +.readOurBlog{ + background-color: #fafafc; + + //===ESTILIZAÇÃO DO TÍTULO===== + + border: 2px solid rgba(255, 255, 255, 0); + &-title{ + text-align: center; + + &-h2{ + color: #1d164d; + font-size: 30px; + margin-top: 0; + + } + + &-p{ + color: #9e9baf; + margin: 0; + &-bottom{ + margin: .7rem auto; + + } + } + } +} +