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