کد css در style اجرا نمیشود اما در inspect اجرا میشود
a.remove {
color: #d94444 !important;
float: right;
font-weight: 200;
text-decoration: none;
}
a.remove:hover {
font-weight: 700;
سلام امیر عزیز
کدهای css رو داخل تگ style باید بزارید.
<style> a.remove { color: #d94444 !important; float: right; font-weight: 200; text-decoration: none; } a.remove:hover { font-weight: 700; } < /style>
اگر همچنان مشکل بود اسکرین بدید از کدتون.