Jump to content

golf

Members
  • Posts

    5
  • Joined

  • Last visited

golf's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. No solution or understanding of the problem was demonstrated. a. the inputs were correct b. the output was correct, however c. an error message was displayed and d. no credit was given for successful completion of the CSS module
  2. I have attached 2 files. WebFontEx2A.jpg shows the input. WebFonEx2B.jpg displays the result. The font is changed from the original and part is displayed in BOLD. The upper right corner of WebFontEx2B.jpg displays the error message "The src property was not found" the displayed message should be 'CORRECT' That would then give credit for the correct answer to the excersise.
  3. correction to input for Q2, @font-face { font-family: sansation; src: url(sansation_light.woff); } @font-face { font-family: sansation; src: url(sansation_bold.woff); font-weight: bold; } additionally, <p> This is <strong>another</strong>paragraph.</p> captures all of the changes, everything works but you get no credit for answering correctly
  4. Both questions return the error message ".The src property was not found" I verified that my input matches the correct input and the font changes. My input for Q1 is; @font-face { font-family: sansation; src: url(sansation_light.woff); } My input for Q2 is; @font-face { font-family: sansation; src: url(sansation_light.woff); font-weight: bold; } My only complaint is that there are 138 questions/exercises in this section and I rcvd credit for 136 and no credit for the 2 exercises in the section on web fonts... probably not worth talking about
  5. Rcvd no credit for successfully inputting correct solutions, error code displayed is; "The src property was not found"
×
×
  • Create New...