126k views
5 votes
Another html/css assignment, drop css code below, thank you

Another html/css assignment, drop css code below, thank you-example-1
Another html/css assignment, drop css code below, thank you-example-1
Another html/css assignment, drop css code below, thank you-example-2
Another html/css assignment, drop css code below, thank you-example-3
User Skeets
by
5.5k points

2 Answers

4 votes

Answer:

Step-by-step explanation:

someone already answered

User Nick Keets
by
4.9k points
3 votes

This is what I come up with. I'm unclear what the 4th requirement means, so I've labeled it #unclear.


a { color : red; }

p:not(:first-child) { text-indent: 5%; }

div { background-color: aqua; }

#unclear { width: 50%; margin-left: 25%; margin-right: 25%; }

.links:link { font-size 24px; background-color: yellow; }

#first { text-transform: uppercase; font-style: italic; }

User Rajpy
by
5.8k points