🚨 Heads up! This course is no longer supported. We recommend checking out our Webflow Essentials course.
How to update CSS
Questions
Student Gallery
Be the first to share something.
Course info
Overview
- You'll need a laptop (Mac or PC)
- Dreamweaver CC installed. Dreamweaver can be downloaded from theAdobe website here.
Can I use this tutorial with Adobe Dreamweaver CS4, CS5 or CS6?
Daniel Scott
Founder of Bring Your Own Laptop & Chief Instructor
I discovered the world of design as an art student when I stumbled upon a lab full of green & blue iMac G3’s. My initial curiosity around using the computer to create ‘art’ developed into a full-blown passion, eventually leading me to become a digital designer and founder of Bring Your Own Laptop.
Sharing and teaching are a huge part of who I am. As a certified Adobe instructor, I've had the honor of winning multiple Adobe teaching awards at their annual MAX conference. I see Bring Your Own Laptop as the supportive community I wished for when I was first starting out and intimidated by design. Through teaching, I hope to bring others along for the ride and empower my students to bring their stories, labors of love, and art into the world.
True to my Kiwi roots, I've lived in many places, and currently, I reside in Ireland with my wife and kids.
Downloads & Exercise files
Transcript
And you can see here it's told me my H one is being styled. And what I can do now is move through. I'm gonna jump down to, if I wanna change the text properties for the CSS, go on text and you'll see here are my, um, styles again to go and adjust. Now, um, what you can do though is you can go via code, which we, which we briefly looked at at the last tutorial. If I wanna update this H one, I know it's an H one, so I want to go and style the H one. Um, CSS, I can go to the CSS sheet in the top right hand corner.
So I've clicked on main CSS and I can have a look through my list and see if I can find the H one. Okay. And then in here I can see there's the color, there's the font, there's the weight, and there's the size. And say that I want to tie change in here, um, from normal to bold. Okay, I've gotta make sure the language is spelled right. This is where using CSS can be a little more tricky is I can't accidentally delete the semicolon at the end.
If I do, uh, dream weve will probably handle that, but some browsers won't. Okay. So you can see Dream Move is dealing with it just fine, but if I upload it to my website, I'm likely to cause trouble for especially older browsers that can't deal with any sort of semantic problems. Alright, so how to edit your CSS. You can either select it in here and uh, you can see if I click inside my P tag, it should drop me down to everything that I've started with the P or I can do it by clicking the main CSS and the Related Documents bar and adjusting it in here if I can find it. Alright, thanks for that.
See you in the next tutorial.