官术网_书友最值得收藏!

IDs

Scroll up to the top of our site, and in our HTML, go to h1:

Let's give the first h1 tag a special ID called main-site-title:

<h1 id="main-site-title">Old Chompy</h1> 

With an ID, you can also use whatever name you want inside the quotes as long as it's meaningful. Switch over to the CSS and scroll down to just underneath our alt-headline class. This is where we'll add main-site-title. The main difference between writing classes and IDs is we start classes with a period and IDs with a number sign or pound sign or a hashtag (whatever you want to call it):

#main-site-title 

In this case, we'll then say the color is different: deep pink. Save this and refresh the site to see the effect:

#main-site-title{ 
  color: deeppink; 
} 

Following is the output of preceding code:

You can see that this changes just the Old Chompy h1, the one that has the ID.

主站蜘蛛池模板: 东城区| 铜梁县| 广德县| 弥勒县| 长子县| 余姚市| 永福县| 吴堡县| 青海省| 吉安市| 平顶山市| 黔江区| 双柏县| 鲁甸县| 琼中| 陕西省| 那曲县| 昭平县| 盐城市| 昭苏县| 江孜县| 禹州市| 保德县| 江津市| 杨浦区| 东乡族自治县| 贵南县| 通山县| 肃南| 汕头市| 丰城市| 尼勒克县| 儋州市| 定边县| 龙岩市| 大理市| 沧州市| 柘荣县| 贞丰县| 梨树县| 崇仁县|