#css selectors
Explore tagged Tumblr posts
Text
Styles with CSS Specificity
Are you struggling with CSS overrides? Here’s your chance to learn about CSS specificity - how it works, how to calculate it, and best practices to ensure your styles apply as intended.

0 notes
Video
youtube
Boost Your CSS Skills with Compound Selectors!
🚨 NEW VIDEO ALERT! 🚨
Ready to take your CSS skills to the next level? In today’s video, we dive into CSS compound selectors and show you how to combine basic selectors to create more specific rules. Compound selectors help you target elements that meet multiple criteria and reuse existing styles to create new ones—all without duplicating code. Enjoy! 🎉
#csscompoundselectors #css #cssselectors #webdevelopment #thecommoncoder
#youtube#css#csscompoundselectors#cssselectors#webdevelopment#web development#css selectors#css compound selectors#thecommoncoder#the common coder
0 notes
Text
CSS Descendant Selector: Unraveling the Web Styling Magic
Have you ever had trouble styling something inside something else? Well, don't worry! CSS descendant selectors can help. In this article, we'll look at how they work, what they're used for, and the best ways to use them.
I. Introduction II. Basics of CSS Descendant Selector III. CSS Descendant Selector in Action IV. Benefits of Using CSS Descendant Selector V. Common Mistakes and Pitfalls VI. Advanced Techniques with CSS Descendant Selector VII. Tips for Efficient CSS Coding VIII. Real-world Use Cases IX. Handling Responsive Design with Descendant Selectors X. Future Trends and Updates XI.…

View On WordPress
#Advanced CSS#CSS Best Practices#css selector#css selectors#CSS Styling#HTML and CSS#Responsive Design
0 notes
Text
i super duper wish i could go back to when i was first learning html and css and asking my mom to take me to the library to get those html coding books that were from 2004 or something
#🐶#i fuckinggggg#it's like wanting to unlearn everything about a special interest just so you could learn it all over again#i love LEARNING#i will admit though there are a ton of stuff i'm still not good at with html and css lol.... the more advanced advanced stuff#BUT EVEN like.... media like shows or movies or games for the first time#like please#LIKE MY FAVORITE THING TO DO is like... find little basic simple teehee tutorials about css selectors and html tags etc. and just. read the#like i wanna collect html and css tutorial books and everything like resources#THIS is why my pinterest is an absolute treasure trove to me
4 notes
·
View notes
Text
Hot tip of the day for writing CSS: allocate at least twice the amount of time for re-writing your declaration without the "!important" as it took you to decide what you wanted it to look like, find or make the selector, and add the important in the first place.
#css#coding#html#down with !important#!important is very important to remove#seriously if at all possible remove !important declarations at your earliest convenience#Ask me about css#Some ways to remove !important are more specific selectors and editing the markup.
3 notes
·
View notes
Text
CSS Selectors and Specificity by Abdelfattah Ragab
CSS Selectors and Specificity by Abdelfattah Ragab
Welcome to the book "CSS Selectors and Specificity". In this book, I explain the different types of selectors, from simple element selectors to advanced attribute selectors and pseudo-classes. You will understand how specificity and cascading work and how to write CSS rules that deliver predictable and desired results. By the end of this book, you will be confident in using CSS selectors and have mastered all possible scenarios. Let’s go!
Available on https://shop.tredition.com and https://www.amazon.com

0 notes
Text
coding themes where you can't control the html is kind of enriching actually
#花話#css grid and flex properties doing a lot of heavy lifting here lol#but also stuff like :has() and :not() doing perhaps even more when it comes to making layouts responsive#n rearranging items when other modules are introduced into the frame#anyway been coding a dw theme from scratch for funsies basically n i have to consider how it looks on the various#different pages with all the different modules that can be turned on n off hehe#n also have to consider how to keep it responsive for mobile layouts n stuff... is a fun challenge in selectors
0 notes
Video
youtube
Five CSS Selectors That Every Developer Should Know!
🚨 NEW VIDEO ALERT! 🚨 In this video, we'll learn the 5 basic CSS selectors every developer needs to know. These fundamental CSS selectors make it easy to target and style HTML elements, and are the building blocks for more advanced CSS techniques. Enjoy! 🎉 #cssselectors #css #webdevelopment #thecommoncoder https://youtu.be/NGmmsNqjyMM?si=JB9OlFPGJmOvSs8u
#youtube#cssselectors#css selectors#webdevelopment#web development#thecommoncoder#the common coder#css
0 notes
Text
A Comprehensive Guide to CSS
Introduction to CSS CSS (Cascading Style Sheets) is a powerful tool used in web development to style and format the appearance of a webpage. With CSS, you can control the layout, colors, fonts, and other visual aspects of your website. In this fun lesson, we will explore some of the key concepts and techniques in CSS, with code highlights and examples to help you understand and apply them. One…

View On WordPress
0 notes
Link
Harnessing the Power of :not() in CSS: Styling by Exclusion
The article delves into the significance of the :not() pseudo-class selector in CSS, elucidating how it enables developers to apply styles through exclusion. It begins by introducing the concept of the :not() selector, highlighting its function as a negation pseudo-class. The provided code snippets and examples vividly illustrate how the selector can be utilized to style elements while excluding specific criteria, such as classes or attributes.
The article's comprehensive coverage spans from basic usage to more intricate scenarios, such as combining :not() with multiple classes or leveraging it for advanced design considerations. By showcasing real-world implementations and scenarios, the article equips web designers and developers with practical insights into harnessing the power of the :not() selector. This knowledge empowers them to craft more targeted and precise styles without resorting to JavaScript for class manipulation.
In a succinct manner, the article offers a comprehensive guide to the :not() pseudo-class selector, imparting the ability to leverage this tool effectively for crafting sophisticated CSS designs with exclusions.
#CSS#pseudo-class selector#styling#element targeting#exclusion#web design#front-end development#code examples
0 notes
Text
i was working on my desktop theme but im about to go to sleep so it may look a little weird for now
hopefully i can figure out the audio controls styling tonight!
#im trying to make them resemble the tumblr audio player and ugh styling browser default features is such a bitch#bc they have their own unique css attributes that you dont autofill and theres next to no documentation of them#(well scrollbars have a lot of documentation about them but thats it)#ive spent the last 2hrs flipping between different stack overflow answers for selectors and testing if each one can have a bg color#most of them do but none of them accept (font) color so its stick the native dark gray text on dark green#you dont care
0 notes
Text
Exploring 10 Sophisticated CSS Properties with Webtutor

In the ever-evolving landscape of web design, CSS (Cascading Style Sheets) stands as a cornerstone for creating stunning and visually captivating websites. As a web designer or developer, having a firm grasp of CSS properties is crucial to craft unique user experiences and bring your creative vision to life. In this blog post, we will delve into advanced CSS properties that can elevate your design game to new heights. Plus, we will introduce you to WebTutor, the ultimate online platform for mastering code and unleashing your web design potential.
Flexbox (display: flex)
Gone are the days of complex float-based layouts. With the 'display: flex' property, Flexbox simplifies the way you structure layouts, align content, and distribute space within a container. Designers can create responsive and dynamic designs, making it easier to build everything from navigation bars to complete page layouts.
Grid Layout (display: grid)
For those craving even more control over layouts, the 'display: grid' property offers a powerful solution. Grid Layout divides a web page into rows and columns, allowing designers to arrange content in a grid format. This approach grants unparalleled control over alignment, spacing, and responsiveness.
CSS Variables (custom properties)
CSS Variables, also known as custom properties, enable designers to define reusable values within stylesheets. This advancement allows for easier theming, dynamic theming, and quicker updates across an entire website. By centralizing key values, designers can swiftly adjust colors, fonts, and other design elements across the site.
Transitions and Animations (transition, animation)
Creating engaging user experiences often involves smooth transitions and animations. With the 'transition' and 'animation' properties, designers can add eye-catching effects to various elements, enhancing user engagement and guiding their attention to important content.
Box Shadow (box-shadow)
Box shadows add depth and dimension to design elements, making them stand out from the page. This property enables designers to create subtle or bold shadows that can make buttons, cards, and other elements pop, adding a touch of elegance to the overall design.
Background Blend Mode (background-blend-mode)
Background images can play a significant role in design aesthetics. The 'background-blend-mode' property lets designers blend background images with background colors in creative ways, resulting in captivating visual effects and unique design elements.
Transform (transform)
The 'transform' property opens up a world of possibilities for manipulating elements in 2D and 3D space. Designers can rotate, scale, skew, and translate elements to achieve striking visual effects that captivate users' attention and create a sense of interactivity.
Custom Fonts (font-face)
Typography is a cornerstone of web design, and the 'font-face' property allows designers to use custom fonts that might not be available on users' devices. This property ensures consistent typography across different platforms, enhancing the website's visual identity.
Gradients (linear-gradient, radial-gradient)
Gradients are versatile tools for adding depth and visual interest to backgrounds, buttons, and other design elements. With 'linear-gradient' and 'radial-gradient' properties, designers can experiment with color blends, creating stunning visual effects that catch the eye.
Scroll Snap (scroll-snap-type)
Enhancing user experience is paramount in modern web design. The 'scroll-snap-type' property assists in creating smoother scrolling experiences by snapping to predefined points on a page. This is particularly useful for websites with sections or galleries that need precise alignment during scrolling.
Introducing WebTutor: Your Pathway to Mastery
Now that you've discovered the power of these 10 advanced CSS properties, it's time to turn your knowledge into skills. Meet WebTutor, the ultimate online platform for learning code. With WebTutor, you'll embark on a transformative learning journey, guided by industry experts who are passionate about helping you master web design, development, and more.
Why Choose WebTutor?
Comprehensive Curriculum: WebTutor offers a curated curriculum that covers everything from the basics to advanced topics, ensuring you have a strong foundation for your journey into web design.
Interactive Learning
Dive into hands-on coding exercises and real-world projects that give you the practical experience needed to excel in the field.
Expert Instructors
Learn from experienced professionals who are dedicated to your success. WebTutor's instructors are there to answer your questions, provide guidance, and share industry insights.
Flexible Learning
Whether you're a full-time student or a working professional, WebTutor's flexible learning options allow you to study at your own pace, making it convenient to achieve your goals.
Community Support
Join a vibrant community of learners, collaborate on projects, share ideas, and celebrate your milestones together.
Conclusion
Mastering CSS properties opens the door to a world of creative possibilities in web design. As you explore these advanced properties, remember that practice makes perfect. And there is no better way to practice than through WebTutor, where you'll gain the skills and confidence to build beautiful, responsive, and user-friendly websites. Start your journey with WebTutor today and take your web design skills to new heights!
Learn more with WebTutor
Ultimate Guide to CSS Animations
Latest CSS Tricks and Features
Latest CSS Trends
Create Stunning Websites with CSS for Beginners
#Css Tutorials#Learn online CSS#learn the basics of CSS#Basics of CSS Syntax#learn CSS Selectors online#mastering the syntax of CSS#important aspect of CSS#learn CSS colors#online CSS colors#Learn Online CSS#Online CSS Tutorial#Introduction to CSS
0 notes
Text
Hey gamers I put a jigsaw on my site
#the code largely isnt mine but i did change the look of the thing somewhat#and put in a random image selector so you can play Multiple jigsaws#it's very fun i made The Back section for my site like the main bit is all me doing articles and stuff then The Back is some very basic css#and literally whatever i feel like putting on
1 note
·
View note
Text
After a bit of digging, I managed to find this pointing to the cause of the problem (the CSS animation on the tumblr logo being rendered in the background 24/7). I had some issues getting stylish to apply properly, but went ahead and installed this as a bit of overkill, and it works!
A weird side effect is that my sidebar looks like this now:
what is it about this website that's terribly optimized 💀 just having a tab open to tumblr makes my T420 start working at 50% CPU power. No other website seems to do this
#quality text post#CPU still ramps up a lot when the page first renders but I think that's unavoidable#UPDATE: turns out that script blocks the sideblog selector. re-enabled CSS transforms and now that works and the sidebar looks normal :+1:
5 notes
·
View notes