۱۸
مرداد ۹۴
text-decoration: underline;
تعیین خط روی عبارت
------------------------------------------------------
link css to html
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
<link rel="stylesheet" type="text/css" href="theme.css">
</head>
----------------------------------------------------------
nth child css
p:nth-child(2) {
background: #ff0000;
}
background: #ff0000;
}
--------------------------------------------------------------
p:first-of-type {
background: #ff0000;
}
background: #ff0000;
}
--------------------------------------------------------------
p.thick {
font-weight: bold;
}
font-weight: bold;
}
-------------------------------------------------------------
p.serif {
font-family: "Times New Roman", Times, serif;
}
font-family: "Times New Roman", Times, serif;
}
۹۴/۰۵/۱۸