Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<body class="w3-container">
<h2>W3.CSS Lists</h2>
<p>Lists have a 100% width by default. Use the width property to change this:</p>
<p>Default:</p>
<ul class="w3-ul w3-border">
  <li>Jill</li>
  <li>Adam</li>
</ul>
<p>30% width:</p>
<ul class="w3-ul w3-border" style="width:30%">
  <li>Jill</li>
  <li>Adam</li>
</ul>
<p>50% width:</p>
<ul class="w3-ul w3-border" style="width:50%">
  <li>Jill</li>
  <li>Adam</li>
</ul>
<p>80% width:</p>
<ul class="w3-ul w3-border" style="width:80%">
  <li>Jill</li>
  <li>Adam</li>
</ul>
</body>
<!-- Mirrored from www.w3schools.com/w3css/tryit.asp?filename=tryw3css_lists_width by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:50:35 GMT -->
</html>