i am stuck here… please help me…
index.html
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title></title>
</head>
<body>
<div>
<ul>
<li><p>Grab me!</p></li>
<li><p>Me, too!</p></li>
</ul>
</div>
<p>Don't grab me!</p>
</body>
</html>
And for your CSS TAB or
stylesheet.css :
/*Add your CSS below!*/
div ul li{
font-size:30px;
}
Hope this Helps!
4 Likes
Thank you for the hint…
1 Like
You’re welcome. Glad I could help. let me know if you need anything else
1 Like
Hey Mam, I just want to ask you if you knew the Interactive JavaScript
confirm(“I feel awesome!”);
I just copied their example, but it shows that its wrong,
Hope you can help me about this. Thank You in advance
Which Lesson are you working on??
your code does not work with other friends if they can
1 Like
should be:
div li {
font-size:30px;
}
1 Like
no se si me vas entender pero …gracias me salvaste llevaba harto rato pegada con este ejercicio
2 Likes