Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<section class="box">
<a href="">
<div class="icon-wrapper">
<span class="icon">
<i class="fa fa-refresh major"></i>
</span>
</div>
<h3>Publikationen</h3>
<p class="title">Titel</p>
<p>
<button class="button">Mehr erfahren</button>
</p>
</a>
</section>
<style>
.icon-wrapper {
text-align: center;
}
.box .icon {
display: inline-block;
color: #ffffff;
background: #629DD1;
width: 3em;
height: 3em;
font-size: 2em;
text-align: center;
line-height: 3em;
border-radius: 100%;
box-shadow: 0 0 0 10px #fff, 0 0 0 11px rgba(144, 144, 144, 0.25);
}
.box {
padding: 0 16px;
}
<section class="box">
<a href="">
<span class="icon">
<i class="fa fa-refresh major"></i>
</span>
<h3>Publikationen</h3>
<p class="title">Titel</p>
<p>
<button class="button">Mehr erfahren</button>
</p>
</a>
</section>
<style>
.box .icon {
margin: 0 auto;
display: block;
color: #ffffff;
background: #629DD1;
width: 3em;
height: 3em;
font-size: 2em;
text-align: center;
line-height: 3em;
border-radius: 100%;
box-shadow: 0 0 0 10px #fff, 0 0 0 11px rgba(144, 144, 144, 0.25);
}
.box {
padding: 0 16px;
}