Difference between revisions of "M365/test"

From wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
<!DOCTYPE html>
 +
<html>
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<style>
 +
* {
 +
  box-sizing: border-box;
 +
}
 +
 +
/* Create two equal columns that floats next to each other */
 +
.column {
 +
  float: left;
 +
  width: 50%;
 +
  padding: 10px;
 +
  height: 300px; /* Should be removed. Only for demonstration */
 +
}
 +
 +
/* Clear floats after the columns */
 +
.row:after {
 +
  content: "";
 +
  display: table;
 +
  clear: both;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
 +
<h2>Two Equal Columns</h2>
 +
 +
<div class="row">
 +
  <div class="column" style="background-color:#aaa;">
 +
    <h2>Column 1</h2>
 +
    <p>Some text..</p>
 +
  </div>
 +
  <div class="column" style="background-color:#bbb;">
 +
    <h2>Column 2</h2>
 +
    <p>Some text..</p>
 +
  </div>
 +
</div>
 +
 +
</body>
 +
</html>
 +
 
{{M365}}
 
{{M365}}
  

Revision as of 14:57, 2 March 2023

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>

  • {
 box-sizing: border-box;

}

/* Create two equal columns that floats next to each other */ .column {

 float: left;
 width: 50%;
 padding: 10px;
 height: 300px; /* Should be removed. Only for demonstration */

}

/* Clear floats after the columns */ .row:after {

 content: "";
 display: table;
 clear: both;

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

Two Equal Columns

Column 1

Some text..

Column 2

Some text..

</body> </html>


"M365"
Ces pages génèrent leur contenu en fonction de vos préférences linguistiques. Pour modifier votre préférence, veuillez changer la langue sélectionnée dans le coin supérieur droit de la page.

These pages generate their content based on your language preference. To change your preference, please change the language selected in the top right corner of the page.

"M365 Home

"M365 Accuel