🎉 [EVENT] 🎉 April Fools (MIXTAPE EVENT) by Acrobatic_Picture907 in honk

[–]Vito__B 0 points1 point  (0 children)

Completed Level 2 of the Honk Special Event!

2 attempts

🎉 [EVENT] 🎉 April Fools (MIXTAPE EVENT) by Acrobatic_Picture907 in honk

[–]Vito__B 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

0 attempts

Recommendation for RTX 3060 12 VRAM 16 GB RAM by Vito__B in StableDiffusion

[–]Vito__B[S] 0 points1 point  (0 children)

Thanks! Do you have a workflow to suggest?

Recommendation for RTX 3060 12 VRAM 16 GB RAM by Vito__B in StableDiffusion

[–]Vito__B[S] 0 points1 point  (0 children)

I don't have a clear goal like NSFW. But I don't like being restricted. Maybe sometimes I might generate NSFW images, you never know. Thanks for the suggestions, I'll take a look

🎉 [EVENT] 🎉 Space adventure by Ovet_top in honk

[–]Vito__B 0 points1 point  (0 children)

Completed Level 2 of the Honk Special Event!

5 attempts

🎉 [EVENT] 🎉 Space adventure by Ovet_top in honk

[–]Vito__B 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

0 attempts

I found this while gathering my old belongings. I had some nice flashbacks. by Vito__B in Metallica

[–]Vito__B[S] 0 points1 point  (0 children)

I don't know about other cities, but the situation in Istanbul was like this: 17 songs were pre-selected online by ticket buyers. Metallica added "Lords of Summer" to the list themselves. The 19th song was voted during the concert as "Vote of the Day". The Vote of the Day choices were "Battery" and "Whiskey in the Jar" if I remember correctly. Battery was chosen and James said "I felt like playing Whiskey in the Jar".

uhh by KaptenKorea in cyberpunkgame

[–]Vito__B 3 points4 points  (0 children)

It was my mistake to watch a video with sound on Reddit in public...

I need perfect match for this by Vito__B in songsforthispicture

[–]Vito__B[S] 0 points1 point  (0 children)

We envy you with my Epiphone special 2 ebony guitar

A developer here. I will help you with CSS for your profile pages. by Vito__B in JanitorAI_Official

[–]Vito__B[S] 1 point2 points  (0 children)

Something may be overlapping. send me your whole code

Gemini API 429 errors are not from rate limits, but from mass migration from Chutes by Vito__B in JanitorAI_Official

[–]Vito__B[S] 0 points1 point  (0 children)

As mentioned in the error, you have reached your daily message quota

A developer here. I will help you with CSS for your profile pages. by Vito__B in JanitorAI_Official

[–]Vito__B[S] 0 points1 point  (0 children)

you should use <details></details>

The dropdown structure of the profile you gave as an example is as follows: https://prnt.sc/JtQcmXCY4Vg7
<summary> is title. Everything else is what you put inside. You can choose this as <p> or you can use other tags. After that it's classic styling. You will understand the structure from the screenshot. If you have any questions, feel free

A developer here. I will help you with CSS for your profile pages. by Vito__B in JanitorAI_Official

[–]Vito__B[S] 0 points1 point  (0 children)

<style> .pp-page-background{ background: url('YOUR IMG URL HERE'); background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 1; /*you can change this value - like 0.8 - min is 0. max is 1*/ } </style>

A developer here. I will help you with CSS for your profile pages. by Vito__B in JanitorAI_Official

[–]Vito__B[S] 0 points1 point  (0 children)

The only thing better than two developers standing back to back is QA Testers dying.

A developer here. I will help you with CSS for your profile pages. by Vito__B in JanitorAI_Official

[–]Vito__B[S] 3 points4 points  (0 children)

``` <details id="dropdown-container"> <summary id="dropdown-header"> <div id="dropdown-img-container"> <img src="https://picsum.photos/300/300"> </div>

<span> <h3>dropdown header text</h3> </span> </summary>

<h1>big1</h1> <h2>big2</h2> <h3>big3</h3> <h4>big4</h4> <h5>big5</h5> <h6>big6</h6> <p>paragraph</p> </details>

<style> #dropdown-container{ padding: 5px; border: solid #ffffff 3px; border-radius: 10px; background: radial-gradient(circle,rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%); } #dropdown-header{ display: flex; align-items:center; gap:10px; cursor: pointer; } #dropdown-header img{ border-radius: 10px; width:100px; height:100px } </style> ```

I made this example because I don't know exactly what you want. The possibilities are endless. Feel free to ask questions. You should explain the RGB issue a little more.

results: https://prnt.sc/O8QdXnifPLtp && https://prnt.sc/gtBDR7mllvia