Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
8
Comments
6

Rafael Takano

@rafaeltakanoGoiânia, Goiás.180 points

Em graduação no curso de Sistemas de Informação (UFG).

Latest solutions

  • Four card feature section solution

    #accessibility#bem#sass/scss

    Rafael Takano•180
    Submitted about 3 years ago

    0 comments
  • Social proof section solution

    #accessibility#bem#sass/scss

    Rafael Takano•180
    Submitted about 3 years ago

    1 comment
  • Profile card component solution

    #accessibility#bem#sass/scss

    Rafael Takano•180
    Submitted about 3 years ago

    2 comments
  • 3-column preview card component solution

    #accessibility#bem#sass/scss

    Rafael Takano•180
    Submitted about 3 years ago

    1 comment
  • Stats preview card component solution

    #accessibility#bem#sass/scss

    Rafael Takano•180
    Submitted about 3 years ago

    0 comments
  • Order summary card solution

    #accessibility#bem#sass/scss

    Rafael Takano•180
    Submitted about 3 years ago

    0 comments
View more solutions

Latest comments

  • Sebastian•280
    @SebastianLaka
    Submitted about 3 years ago

    HTML, SASS

    #accessibility#bem
    2
    Rafael Takano•180
    @rafaeltakano
    Posted about 3 years ago

    Hello there 👋

    Great job on getting started, please keep going! There are a few things I think it would help.

    As pointed out, we can't see your exemple on the live site, the index.html file should be at the root of your project folder.

    After you replace the index.html file to the correct place do not forget to change url locations and stylesheet links like <link rel="stylesheet" href="/css/style.css"> to the correct path.

    Your BEM looks good and the structure is correct.

    Hope this helps 🤞

    Marked as helpful
  • Alessio•140
    @APdev88
    Submitted about 3 years ago

    flexbox, sass

    #sass/scss
    2
    Rafael Takano•180
    @rafaeltakano
    Posted about 3 years ago

    Hello there 👋

    Great job on your solution, it looks great!

    About the accessibility issues, your html should have at least one main landmark and the page should be contained by html landmarks.

    About sass, good job using sass, you used sass nestings really well. To make it shine even more, take a look at the BEM pattern design for css.

    Hope this helps ✌

    Marked as helpful
  • Brian•60
    @briansegura15
    Submitted about 3 years ago

    Order Summary Card with HTML and CSS

    2
    Rafael Takano•180
    @rafaeltakano
    Posted about 3 years ago

    Hi there! ✌

    Great job on your solution! It looks great and it's responsive!

    About your question, the html { margin: 0 } will make the <html> tag have margin of value zero.

    using the * selector, it will set all tags the value of margin: 0, not only one tag

    Hope it helps!

    Marked as helpful
  • Daniel Dantas•20
    @DaniDanis
    Submitted about 3 years ago

    D6---Pagina-do-Order-Summary

    1
    Rafael Takano•180
    @rafaeltakano
    Posted about 3 years ago

    Hello There ✌

    Great job on your solution!

    The accessibility issues at your report are about not having landmarks elements on your page, if you include it it will be fine!

    Hope it helps, happy coding 😁

  • P
    Luciano Lima•1,270
    @LucianoDLima
    Submitted about 3 years ago

    3 Column preview card - SCSS - Mobile First

    #accessibility#sass/scss#bem
    2
    Rafael Takano•180
    @rafaeltakano
    Posted about 3 years ago

    Hi, Luciano! 👋

    Nice work on this challenge! ✌ Your solution is responsive and looks great! 👍

    About BEM, it is a methodology that has Blocks, Elements and Modifiers (B.E.M).

    Blocks that have Elements related to it should be named [Block]__[Element]

    And only modifiers should have the double dash [Block]__[Element]--[Modifier]

    An exemple:

    //css
    .button {}
    
    .button__text {}
    
    .button--green {}
    
    .button--blue {}
    
    //html
    <button class="button button--green">
          <p class="button__text"> Green Button </p>
    </button>
    
    <button class="button button--blue">
          <p class="button__text"> Blue Button </p>
    </button>
    

    I hope this helps!

    Marked as helpful
  • Ginaldo Capistrano•70
    @gcapistrano
    Submitted about 3 years ago

    Pure HTML & CSS solution.

    2
    Rafael Takano•180
    @rafaeltakano
    Posted about 3 years ago

    Hello there ✌

    To fix the part of the container gonne missing at moblie view, you'll need to refactor your code to work without the position absolute on the class .container

    And the accessibility issue at the report card, its only about the .attribution class that it is not wrapped with a landmark tag, wrap it on a <footer> and it will be fixed!

    Hope It helps!

    Marked as helpful
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub