Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add border around my element #9285

Comments

@AbdusSamiPatel
Copy link

Challenge Add Borders Around your Elements has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
  .red-text {
    color: red;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

  p {
    font-size: 16px;
    font-family: Monospace;
  }

  .smaller-image {
    width: 100px;
  }
  img {
    border: 10px solid green;
  }

</style>

<h2 class="red-text">CatPhotoApp</h2>

<img class="smaller-image"; class="thick-green-border"; src="https://bit.ly/fcc-relaxing-cat">

<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
@Bouncey
Copy link
Member

Bouncey commented Jun 22, 2016

@AbdusSamiPatel There is an issue with your code. Please re-read the instructions. If you are still having problems, try the Help button under the Run Tests button.

@Bouncey Bouncey closed this as completed Jun 22, 2016
@AbdusSamiPatel
Copy link
Author

So what i will do

@arku
Copy link
Contributor

arku commented Jun 22, 2016

Please head over to FreeCodeCamp Help chatroom.

@tokerlegit
Copy link

You gotta set a border parameter, sir. You only specified what you want the
border to do. You have to create the class within Css I believe.
On Jun 22, 2016 12:38 AM, "Abdus Sami Patel" notifications@github.com
wrote:

So what i will do


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#9285 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ARKhKkyUZAf2J2AlHn6x2iZv0Gu6eAbcks5qOMpPgaJpZM4I7aq2
.

@Bouncey
Copy link
Member

Bouncey commented Jun 22, 2016

Use the help button, that will take you to a dedicated help room at gitter.im. Ask for help with your code.

GitHub issues are not to be used for code reviews. HINT: Read the challenge instructions, you were asked to make a new CSS class

@tokerlegit
Copy link

Or I could be direly wrong. Lol
On Jun 22, 2016 12:41 AM, "Joshua Woods" joshcreig93@gmail.com wrote:

You gotta set a border parameter, sir. You only specified what you want
the border to do. You have to create the class within Css I believe.
On Jun 22, 2016 12:38 AM, "Abdus Sami Patel" notifications@github.com
wrote:

So what i will do


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#9285 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ARKhKkyUZAf2J2AlHn6x2iZv0Gu6eAbcks5qOMpPgaJpZM4I7aq2
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment