CSS Wizard questions & answers

CSS Wizard is a web page developing tools to create web pages with CSS code
Y
Question by yogesh 4
192 views
January 8, 2010

I want rounded corners in the list element.

J
Answer by Julia Bocchetta

The application doesn't allow you to create rounded corners, but after the page has been compiled and saved, you can edit the files with a HTML or a text editor and then add the following code for the element you want:


border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 2px solid #800000;

Adjust the color, radius and the line weight in px.

See more questions & answers

Ask a question about CSS Wizard

Alternative downloads

Simple CSS
Free
rating

Creates Cascading Style Sheets using point and click.

Free CSS Toolbox
Free
rating

Program to create, edit, verify your CSS codes.

RSS Wizard
rating

Convert HTML to RSS, Generate RSS feeds with RSS Wizard.