This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by Kriti Verma
over 8 years

17/21 [resolved] Where is the error?

see the coding.

<!DOCTYPE html>
     <head>
         <style>
     
      body {
         text-align:center;
         background-size:cover;
         background-position:center;
         background-repeat:no-repeat;
         background-attachment: fixed;
         background:url("https://codeacademy-content..s3.amazonaws.com/courses/web-beginner-en-3pc6w/images/avatar.jpg";
         
        color:white;
        font-family:Helvetica;
     }
p {
    font-size:24px;
}
 input {
         border:0;
    }
     </style>
      </head>
     <body>
    <img src="https://codeacademy-content..s3.amazonaws.com/courses/web-beginner-en-3pc6w/images/avatar.jpg" height="250" width="250">

Answer 55e4fc12e39efe76070002ac

0 votes

Permalink

Hi Kriti,

I’m not sure how much help that you would like here. When I copy/paste your code, this is the what I get: http://i.imgur.com/ZIcKi3b.png

It isn’t very pretty with neither of your images working. Would you like to work on sorting that out first?

points
Submitted by Judy
over 8 years

2 comments

Kriti Verma over 8 years

hello albions, now my problem is solved.thank you.

Judy over 8 years

Good work!