static #2

Merged
bsod merged 41 commits from static into master 2020-10-30 19:47:46 +01:00
2 changed files with 7 additions and 5 deletions
Showing only changes of commit 71d51b991a - Show all commits

View file

@ -16,13 +16,15 @@ img {
max-width: 100%;
}
.images { /*Diese Klasse hab ich den ig bildern zugewiesen*/
.images {
filter: grayscale(100%);
transition: height 0.5s ease-out, filter 0.3s ease 0.5s, width 0.3s ease-out;
height: 200px;
width: 200px;
cursor:pointer;
margin: 5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
.images:hover {

View file

@ -17,8 +17,8 @@
<ul>
<li><a href="/">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects">Projects</a></li>
<li><a href="contacts">Contacts</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
</nav>
</header>
@ -124,7 +124,7 @@
</div>
</section>
<p><a style="color: #f9f9ed; text-decoration: none;" href="https://www.instagram.com/bricabracomania_metalworks/">Check out our instagram page</a></p>
<p><a style="color: #f9f9ed; text-decoration: none; font-size: 15pt;" href="https://www.instagram.com/bricabracomania_metalworks/">Check out our instagram page</a></p>
<div id="ig_container"><!-- instagram posts will be inserted here --></div>
</div>