Commit 51bf052c authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html, public/assets/css/main.css

parent f4f8fcd3
No related merge requests found
Pipeline #11702 passed with stage
in 13 seconds
Showing with 15 additions and 11 deletions
+15 -11
...@@ -1789,6 +1789,10 @@ section, ...@@ -1789,6 +1789,10 @@ section,
overflow: hidden; overflow: hidden;
width: 200px; /* Set your desired width */ width: 200px; /* Set your desired width */
height: 200px; /* Set your desired height */ height: 200px; /* Set your desired height */
margin: 0 auto; /* zentriert das Quadrat innerhalb des Parent-Elements */
display: flex;
align-items: center;
justify-content: center;
} }
/* /*
......
...@@ -766,19 +766,19 @@ ...@@ -766,19 +766,19 @@
<div class="col-4"> <div class="col-4">
<div class="team-member"> <div class="team-member">
<div class="member-img"> <div class="member-img">
<img src="assets/img/team/DieterUckelmann.png" class="img-fluid" alt="Prof. Dr.-Ing. Dieter Uckelmann"> <img src="assets/img/team/DieterUckelmann.png" class="img-fluid" alt="Prof. Dr.-Ing. Dieter Uckelmann">
</div> </div>
<div class="member-info"> <div class="member-info">
<h4> <h4>
<a href="https://www.hft-stuttgart.de/p/dieter-uckelmann" target="_blank" style="text-decoration: none; color: inherit;"> <a href="https://www.hft-stuttgart.de/p/dieter-uckelmann" target="_blank" style="text-decoration: none; color: inherit;">
Prof. Dr.-Ing. Dieter Uckelmann Prof. Dr.-Ing. Dieter Uckelmann
</a> </a>
</h4> </h4>
<span>Professor / Wissenschaftlicher Direktor</span> <span>Professor / Wissenschaftlicher Direktor</span>
</div>
</div> </div>
</div> </div>
</div>
<div class="col-4" > <div class="col-4" >
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment