Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Rounded Corners Reply To: Rounded Corners

#246174
Naresh
Participant

You don’t need to save this file as .css (it won’t work then). Just save it as .html. Second thing is, you need to assign the id (#rcorners1) to a div like this:

<body>
  <div id="rcorners1">
    Rounded corners!
  </div>
</body>

Keep practicing! ;)