Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Four card feature section

@mehdi-adham

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hello everyone, any feedback is appreciated

Community feedback

Dev Rathore 2,600

@GitHub-dev12345

Posted

CSS Code

/* In main-Container design Flex Container CSS Code */ .flex-container{ display: flex; padding: 15px; flex-direction: column; justify-content: center; align-items: center; }

/* Flex-container h1 tag css Code */ .flex-container>h1{ text-align: center; font-size: 2.1rem; font-weight:lighter; margin-bottom: 8px; opacity: 0.9; }

/* Flex-Container h2 tag CSS Code */ .flex-container>h2{ text-align: center; font-weight: 900; font-size: 2.1rem; opacity: 0.9; margin-top: -12px; margin-bottom: 10px; }

/* Flex-Container p tag CSS Code */ .flex-container>p{ width: 35%; text-align: center; font-size: 14px; opacity: 0.9; color: hsl(229, 6%, 66%); }

Marked as helpful

0

@optimusprime202

Posted

Hey @mehdi-adham, Keep it up!

0

@mehdi-adham

Posted

@optimusprime202 Thanks

0
Dev Rathore 2,600

@GitHub-dev12345

Posted

Used this code bro your output look very osm👌😊 I hope you find this helpful.

0
Dev Rathore 2,600

@GitHub-dev12345

Posted

html

<div class="flex-container"> <h1>Reliable, efficient delivery</h1> <h2>Powered by Technology</h2> <p> Our Artificial Intelligence powered tools use millions of project data points to ensure that your project is successful </p> </div>
0
Dev Rathore 2,600

@GitHub-dev12345

Posted

yes bro this code suggestion helpful for you , then click on marked as helpful.😊👌

0
Dev Rathore 2,600

@GitHub-dev12345

Posted

Top Heading wrap in the h1 tag . 😊👍 and give the font-size on your according.

Good Work 😊

0

@mehdi-adham

Posted

@GitHub-dev12345 Thanks Rathore, I think this ideal way for h1 on this solution 😊.

0

@mehdi-adham

Posted

@GitHub-dev12345 This is my code for Top heading :

html:

  <header class="container text-center">
    <h1> <span class="no-bold">Reliable, efficient delivery</span>  <br> Powered by Technology</h1>
    <p>Our Artificial Intelligence powered tools use millions of project data points 
      to ensure that your project is successful</p>
  </header>

css:

h1{
    font-size: 1.7em;
}

do you meant!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord