Although the news is a bit late, it's now possible to customize Select-Option elements with native CSS โจ. It currently has approximately 60% browser compatibility, but I really hope this feature will be available in all browsers soon ๐คฉ
ยฟTe ha pasado que escribes reglas de css pero a veces los estilos no se aplican? Puede que la especificidad te la est๏ฟฝ๏ฟฝ jugando ๐
#Development #CSS #Frontend #tutorial
@IfeanyiAkomas@fidexcode I disagree. I've worked on both and I can say Frontend is as challenging as Backbend. It's a lie that frontend devs are "buttons painters" ๐
Building an AI voice isolator. I need to record in noisy environments and want to build my own solution ๐ช. For now, I have part of the UI in Nuxt. Now I need to process the uploaded file and build the backend. I'll probably use Python or Node.
Finally! My C++ port removal project works ๐. It was a pain to style it, to be honest. wxWidgets isn't very friendly with that ๐. But now the project can get services and remove them if they belong to the user :3
#buildinginpublic#cpp
I never thought that layout with wxWidgets would be so tedious ๐ฅฒ. I hope it's just lack of practice. To date I have not found a simpler way to manage styles than with CSS
@srishtisuratkal I just posted my first building-in-public project in c++ (I'm learning it โบ๏ธ). I will be posting things that I learn or that may be useful to others who are learning the language too.
https://t.co/lOTlScIKci
Learning C++ with wxWidgets. I want to create an app that lets me manage active services on the system ports as my first project. For now, I get the output from "ss -tulpn" and save it in an array ๐ .
#buildinginpublic#cpp#Coding#Software
Learning C++ with wxWidgets. I want to create an app that lets me manage active services on the system ports as my first project. For now, I get the output from "ss -tulpn" and save it in an array ๐ .
#buildinginpublic#cpp#Coding#Software