在css中更改带有图标的文本

时间:2018-04-26 09:09:55

标签: css font-awesome

我想要用css修改字体awsome的数字1。

我要替换此代码:

#label_13_5_0  span {
  display: none;
}
#label_13_5_0:after {
  content: "hi";
}

第一个问题:1仍然存在。就像你在这张照片上看到的那样:see prt sc

第二个问题我想改变"嗨"带图标:

class="fa fa-star"

https://fontawesome.com/icons/star?style=regular

1 个答案:

答案 0 :(得分:0)

name = input("What is your name: ")
age = int(input("How old are you: "))
year = str((2014 - age)+100)
print(name + " will be 100 years old in the year " + year)