lina_trinch: (FML)
𝔦𝔱'𝔰-𝔞 𝔪𝔢 🌠 ([personal profile] lina_trinch) wrote in [community profile] killthecake2020-02-13 11:38 pm

[11] Two Navs: ft. Please Release Me From This Curse


















Codes:
Sidebar Background:
Full Background:



❖ Make sure Disable Auto-Formatting is checked when you copy/paste the code into your post.

❖ You can add as many links as you want. The code will automatically lengthen.

❖ Feel free to get really creative with how you do the colors/gradients. A little explanation on rgba color codes is below.

❖ You can view the live preview of this code directly on my journal to see how it'll look.




Ctrl+F & Replace:

90deg - The degrees the gradient is tilted, in this case from left to right. 180deg is up and down, 120deg is from the corners, etc. You can change the value to tilt them however you like.
URL - Link url.
link - Link text. It'll automatically change to small caps.




About RGBA Codes

Some people may be unfamiliar with rgba and are more used to hex (like #f7f7f7). This is a quick explanation of what it is, why I'm using it, and where you can find your own colors in this code.

RGBA stands for Red Green Blue Alpha. When you use a color picker to find a hex code, you'll almost always see a side part for RGB values or separate parts for Red, Green, and Blue values. The Alpha part is what makes it transparent when you use a number between 0 and 1, which is the reason it's in a code like this.

The code is literally rgba(RED,GREEN,BLUE,ALPHA). If you used rgba(0,0,0,0.5), you'll get a black background that's about half transparent. It's also really good if you want pale pastels or to blend bright colors a little better.

So when you're trying to find a color for this, use a color picker that shows you the RGB value. You can find a perfect one when you google search color picker.




rgba(255, 0, 255,0.3) transparent gradient background
rgba(0, 255, 255,0.3) transparent gradient background
rgba(255, 0, 255) opaque gradient links
rgba(0, 255, 255) opaque gradient links
rgba(250,250,250,0.8) text color


hartdoctor: (Default)

[personal profile] hartdoctor 2020-02-16 12:38 am (UTC)(link)
Hi!

It's Beth again.I was wondering if you could help me with the color codes. I am trying to use the hex code RGB(240, 128, 128) but every time I try and replace it borks the code.

Thanks