“用户:Chi ZJ2/Sandbox1/style.css”的版本间的差异

来自萌娘文库
跳转至: 导航搜索
(Chi ZJ2将页面用户:Chi ZJ2/Sandbox1/style.css的内容模型从“CSS”更改为“纯CSS”)
1个标签内容模型更改
第3行: 第3行:
 
     line-height:2em;
 
     line-height:2em;
 
     text-align:justify;
 
     text-align:justify;
 +
    content: attr(href);
 
}
 
}

2022年7月30日 (六) 15:51的版本

p {
    margin:0;
    line-height:2em;
    text-align:justify;
    content: attr(href);
}