forked from WEB-IMB-WS2526/lab-development-imb
12: Korrektur an Demos
parent
0375f8ac20
commit
b64906fd37
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Zentrierung mit CSS</title>
|
<title>Zentrierung mit CSS</title>
|
||||||
<link rel="stylesheet" href="demo_styles_centered.css">
|
<link rel="stylesheet" href="01_styles_centered.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link href="demo_styles_positioning.css" rel="stylesheet">
|
<link href="02_styles_positioning.css" rel="stylesheet">
|
||||||
<title>Absolute Positionierung</title>
|
<title>Absolute Positionierung</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.logo-container{
|
.logo-container {
|
||||||
background-color: magenta;
|
background-color: magenta;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
/* z-index: 1; */
|
/* z-index: 1; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-container{
|
.navbar-container {
|
||||||
background-color: orange;
|
background-color: orange;
|
||||||
|
|
||||||
height: 8%;
|
height: 8%;
|
||||||
|
|
@ -18,12 +18,12 @@
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0%;
|
top: 0%;
|
||||||
left:5%;
|
left: 5%;
|
||||||
|
|
||||||
/* z-index: 0; */
|
/* z-index: 0; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-container{
|
.content-container {
|
||||||
background-color: cyan;
|
background-color: cyan;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue