Sandbox2: Difference between revisions

From StarFleet Bureau of Information
No edit summary
No edit summary
Line 5: Line 5:


<h2 style="margin:0">this is a test</h2>
<h2 style="margin:0">this is a test</h2>
<style>
p.ex1 {
  margin-bottom: none;
}
</style>
</head>
<body>
<h1>The margin-bottom Property</h1>
<p>A paragraph with no margins specified.</p>
<p class="ex1">A paragraph with a 25 pixels bottom margin.</p>
<p>A paragraph with no margins specified.</p>

Revision as of 20:31, 15 September 2023

THIS IS A TEST

Sfjag wht 200.png

this is a test

<style> p.ex1 {

 margin-bottom: none;

} </style> </head> <body>

The margin-bottom Property

A paragraph with no margins specified.

A paragraph with a 25 pixels bottom margin.

A paragraph with no margins specified.