Continuing on into Module 2 of Web Dev Basics, I was introduced to Background images and how to an image for a background instead of a color. I also learned about setting a .webp image, which, in short, is basically a .gif that adds animation to the background, which is really cool. But, it made me wonder, is it possible to set an image inside of text? Furthermore, can a .webp image be placed into a text as it's background? So, I set out to find out. Doing this research, I've learned that, not only is it possible, but I how easy it is to do it! I will not include a screenshot of the text background using .webp, because, well, it won't render. But I do have a screenshot of the final browser rendering of the code of the code itself. On a side note, I clearly haven't gotten to the website design module yet. :D Well, that is the brief update. Back to the lessons! * { margin : 0 ; padding : 0 ; } body { background-color : rgb ( 200 , 183 , 24...
Well, yesterday, I joined Scrimba's Front End Developer's Path. The first few lessons are basic, designed to get the student use to seeing code. It starts with a little explanation, and than dives right into making a few simple changes in a whole lot of code. But very well explained and easy to follow. In the few months leading up to this, I "played around" with some HTML/CSS to see if coding is something that I want to learn, so some of the code I've seen before, so it wasn't too intimidating. The course teaches HTML from the beginning is seems, all the way to advanced JavaScript and React. There are also free courses that I will be taking, like Python, Figma, Bootstrap, TypeScript and CSS Animation, just to name a few. Of all the courses I've researched, this one seems to offer the essentials of learning how to code, with a simplistic approach. And, there are several other things that are taught, like API, UI design, etc. I am excited to start the learn...