Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 css 或在帖子本身内将横幅添加到 wordpress 帖子的角落。我攻击了一个我希望它看起来像的屏幕,但我不知道如何完成它。
将背景图像添加到您的帖子类并将background-position属性设置为top right
background-position
top right
.post {background:url('your-image.jpg') top right no-repeat}
确保父 div 设置了位置:相对(或位置:绝对),然后将横幅设置为位置:绝对;右:0;顶部:0;