Skip to content
Snippets Groups Projects
Commit b41eb1c9 authored by Haris Zilic's avatar Haris Zilic
Browse files

Gebäudeplan für Navigation angefangen

parent 8f62c802
No related branches found
No related tags found
2 merge requests!3Gebäudeplan für Navigation angefangen,!2Gebäudeplan für Navigation angefangen
.rectangle {
height: 50px;
width: 100px;
height: 70px;
width: 70%;
background-color: #555;
float: left;
margin-right: 3.33333%;
}
.rectangle_big {
height: 50px;
width: 200px;
background-color: #555;
float: left;
margin-right: 3.33333%;
height: 70px;
width: 70%;
background-color: #555;
}
.square {
height: 70px;
width: 70px;
height: 100px;
width: 50%;
background-color: #555;
margin-right: 3.33333%;
margin-bottom: 80px;
margin-top: 80px;
}
.container_1 {
display: grid;
grid-template-rows: 200px;
grid-template-columns: 25% 25% 50%;
}
.container_2 {
display: grid;
grid-template-rows: 200px;
grid-template-columns: 25% 25% 20% 20% 5%;
}
.container_3 {
display: grid;
grid-template-rows: 200px;
grid-template-columns:
}
p {
......
<div class="rectangle">
<p align="center">A</p>
</div>
<h2><b>Gebäudeplan der TH Deggendorf: </b></h2>
<h3>Klicken Sie die Gebäude an, um Informationen zu einzelnen Räumen und der dazugehörigen Fakultät zu bekommen.</h3>
<div align="center">
<div class="container_1">
<div>
<div class="rectangle">
<p align="center">A</p>
</div>
</div>
<div>
<div class="rectangle">
<p align="center">B</p>
</div>
</div>
<div>
<div class="rectangle_big">
<p align="center">C</p>
</div>
</div>
</div>
<div class="rectangle">
<p align="center">B</p>
</div>
<div class="rectangle_big">
<p align="center">C</p>
</div>
<br>
<div class="square">
<p align="center">C</p>
</div>
<div class="container_2">
<div>
<div class="square">
<p align="center">F</p>
</div>
</div>
<div></div>
<div></div>
<div>
<div class="square">
<p align="center">G</p>
</div>
</div>
<div></div>
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment