Added green planet link
This commit is contained in:
parent
77e1d21879
commit
5da5b7c5a5
@ -37,6 +37,29 @@
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.external-links {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0.75rem;
|
||||||
|
right: 1rem;
|
||||||
|
display: flex;
|
||||||
|
gap: 0.4rem;
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link-btn {
|
||||||
|
padding: 0.25rem 0.6rem;
|
||||||
|
border-radius: 4px;
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
font-weight: 600;
|
||||||
|
letter-spacing: 0.05em;
|
||||||
|
text-decoration: none;
|
||||||
|
background: rgba(255, 248, 220, 0.75);
|
||||||
|
color: #3b2a0e;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: background 0.15s;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -81,7 +104,7 @@ h2 {
|
|||||||
background: rgba(255, 248, 220, 0.92);
|
background: rgba(255, 248, 220, 0.92);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
width: 220px;
|
width: 250px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
|||||||
@ -19,6 +19,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</nav>
|
</nav>
|
||||||
|
<nav class="external-links">
|
||||||
|
<a class="link-btn" href="https://www.green-planet.it/" target="_blank" rel="noopener">Green planet</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1>3a</h1>
|
<h1>3a</h1>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user