Assigment css dasar

ini adalah assigment dari https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps/Styling_a_biography_page#assessment_or_further_help dan ini saya buat di codepen tolong masukannya
https://codepen.io/asep022/pen/eYyedJe

Hi @agis_maulana

Well done!

  • Since most of the text is the same color it probably would have been easier to just set
    body {
      color: #51edd6;
    }
    
    instead of using all the “warna-text” classes.
  • You shouldn’t use   just for layout. In this case it would maybe be better to just align everything to the left.

I hope that helps. :slightly_smiling_face:

Have a nice day,
Michael

1 Like

baik terimakasih masukanya

1 Like