Fork Me! It takes time to update changes or is it my connection?

Hi all! Just to share a doubt about Fork Me to see if you can help me. I think I got the code right…but something as simple as a border to an image seems to be ignored, in both the editor and page view. The same happened when I tried to apply a background gradient, a thing I finally abandoned since I couldn’t make it appear. The border was applied to an image predominantly white. It took me time to get the background to be black, too.
I’m sorry I don’t want to be a drag. Here’s the code for both images:

#banana {
  width: 200px;
  height: auto;
  margin-left: 50px;
  border-width: 5px;
  border-color: white;
  border-radius: 10px;
}
#second-album-cover {
  width: 200px;
  height: auto;
  margin-left: 50px;
  margin-top: 10px;
  border-width: 5px;
  border-color: white;
  border-radius: 10px;
}

https://codepen.io/33P/pen/ZEbvbNX

have you forked the pen to your account?
I have noticed that it behaves differently if you try to change a pen that doesn’t belong to you and one that instead does

1 Like

@ilenia hi, yes, it’s my account. The one in white took the borders alright. Thanks for the input!

Ah, I didn’t see your link. You need to put it outside of the code block if you want it to work as a link. I have edited your post this time to make the link clickable.

1 Like

I’m sorry for that! I recently put the fork link but you’re right, it was part of the code. Thanks for the correction!

@Sky020 This is the reason for which I thought I had to pay to get a complete version of the code part of the app. I apologize as I see part of the changes did apply. I asumed wrongly.