The following are CSS rules for a user interface (UI) element of an application:markdown.ui-element {background:linear-gradient(105deg, rgba(255, 255, 255,.2) 39%, rgba(51,56,57,1) 96%) centercenter / 400px 200px no-repeat,url(big-star.png) center no-repeat,rebeccapurple; border-radius: 10px; padding: .5em; display: block; Which rule rounds the corners of the UI elements?

🎲 Try a Random Question  |  Total Questions in Quiz: 14  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Building Websites with HTML, CSS, and JavaScript — practice the complete quiz, review flashcards, or try a random question.

For Pluralsight Skill Assessments.


The following are CSS rules for a user interface (UI) element of an application:<br>markdown<br>.ui-element {<br>background:<br>linear-gradient(105deg, rgba(255, 255, 255,.2) 39%, rgba(51,56,57,1) 96%) center<br>center / 400px 200px no-repeat,<br>url(big-star.png) center no-repeat,<br>rebeccapurple;<br> border-radius: 10px;<br> padding: .5em;<br> display: block;<br> <br>Which rule rounds the corners of the UI elements?