Spielen und Ausprobieren mit Responsive Design Teil 2
This commit is contained in:
parent
669090e0cd
commit
38dfa6d981
16
index.html
16
index.html
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user