srobot1974
srobot1974
KPCKevin Powell - Community
Created by srobot1974 on 4/11/2024 in #front-end
Selection after the tag
Hi everyone, I have this HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>

<p><em>key</em>:: value</p>

</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>

<p><em>key</em>:: value</p>

</body>
</html>
I can't touch the HTML just the CSS, I want to format the two colon after the </em>. Thamks
12 replies