Spielen und Ausprobieren mit Responsive Design Teil 2

This commit is contained in:
DST81 2026-02-26 14:19:21 +01:00
parent 669090e0cd
commit 38dfa6d981

View File

@ -1,21 +1,7 @@
<!DOCTYPE html>
<html lang="de">
<head>
<style>
.container {
display: flex;
background-color: dodgerblue;
}
.container div {
background-color:#f1f1f1;
margin: 10px;
padding: 20px;
font-size: 30px;
color: black;
align-items: center;
align-self: center;
}
</style>
<title>My Web Page</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/bootstrap-5.3.8-dist/css/bootstrap.min.css">