Added green planet link
This commit is contained in:
parent
77e1d21879
commit
5da5b7c5a5
@ -37,6 +37,29 @@
|
||||
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 {
|
||||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
@ -81,7 +104,7 @@ h2 {
|
||||
background: rgba(255, 248, 220, 0.92);
|
||||
border-radius: 12px;
|
||||
padding: 1.5rem;
|
||||
width: 220px;
|
||||
width: 250px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
|
||||
@ -19,6 +19,9 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</nav>
|
||||
<nav class="external-links">
|
||||
<a class="link-btn" href="https://www.green-planet.it/" target="_blank" rel="noopener">Green planet</a>
|
||||
</nav>
|
||||
|
||||
<header>
|
||||
<h1>3a</h1>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user