简体   繁体   中英

Having Issues with external css linking

I just started getting into web design again and was practicing my skills to determine how much I remembered and ran into an issue along the way. the problem is that trying to connect link my external CSS to the HTML document, once I did that I when back to the CSS document and start changing an image's properties and nothing would change. Any help?

HTML 在此处输入图像描述

CSS 在此处输入图像描述

Goku-img img{

width: 20px }

you should make sure your css selector matches a given id / class name in your html page. Css selectors are case sensitive.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM