Want to learn UI/UX? 🤍designcourse.com Today, we're going to check out some really cool CSS properties, along with Sass features that I don't normally cover, in order to draw a part of a synthesizer using strictly HTML and CSS. Let's get started! #css #drawing #sass - - - - - - - - - - - - - - - - - - - - - - Subscribe for NEW VIDEOS! Learn UI/UX: 🤍designcourse.com My personal FB account: 🤍fb.com/logodesigner Coursetro FB: 🤍fb.com/coursetro Coursetro's Twitter: 🤍twitter.com/designcoursecom Join my Discord! 🤍discord.gg/a27CKAF ^-Chat with me and others - - - - - - - - - - - - - - - - - - - - - - Who is Gary Simon? Well, I'm a full stack developer with 2+ decades experience and I teach people how to design and code. I've created around 100+ courses for big brands like LinkedIn, Lynda.com, Pluralsight and Envato Network. Now, I focus all of my time and energy on this channel and my website Designcourse.com. Come to my discord server or add me on social media and say Hi!
Thank you!
Hi sir please make one video for visual studio code short keys which you use mostly. it will be very beneficial for us to work fast.
Remember folks, just say no to compiled languages that don't need compiled. Like Sass and React etc. Nothing they can do that the language they output can't and oh all the extra expense and time... for what? to save a few keystrokes at the cost of learning and keeping up the learning on a new language, the latest compilers, the latest server side techs to run the compilers, comparing them all and choosing one etc. Just pointless 99% of the time.
Could you provide the code in a github repo? Some parts are hard understand
So good, Gary. I learned a lot.
By the way, your reference code had rgb in the repeating linear gradient. You were doing the rgba without the alpha. Hard to spot all that in the video. ;)
Wow, I enjoyed that! I did not know this was possible!!!
@DesignCourse that button on the right that says (VALUE) but looks like the volume button, HOW WOULD ONE MAKE THAT? those notches have me confused.
I'm blown away...
My name is Talha Sohail i am deaf yes From Pakistan Thank you
He is probably using hackerman vs code theme 🤔🤔🤔
rgba that is the error
Check out the power tools from Microsoft
It's an open source project that includes a bunch of really amazing tools including a color dropped.
.button*14 for genarate 14 div with class button
could have used @each-loops for your :root and @for-loops for :nth-child
Please share your inspiration synthesizer, the one you saw
around 26 minutes, when you code dont run, is because in your background-gradient, third and forth parameters is rgba() and you are passing only 3 parameters, if you look when you paste you reference code, first and second is rgba() and third and forth is rgb().
"Wrong number of arguments", since you used "rgba", but forgot to add the "alpha" value...
which theme are using in this video?
Hey man. Love your vids! Could you please do a tutorial on how to send emails and some cool JS stuff without actually using Javascript