Skip to content

Commit fe1c034

Browse files
Add manifesto link top right
1 parent 138b609 commit fe1c034

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

css/style.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,3 +799,28 @@ footer p {
799799
align-items: center;
800800
}
801801
}
802+
803+
.corner-ribbon {
804+
position: fixed;
805+
top: 28px;
806+
right: -38px;
807+
width: 150px;
808+
padding: 7px 0;
809+
background: var(--text-primary);
810+
color: var(--bg);
811+
font-family: 'JetBrains Mono', monospace;
812+
font-size: 11px;
813+
font-weight: 600;
814+
letter-spacing: 0.08em;
815+
text-transform: uppercase;
816+
text-align: center;
817+
text-decoration: none;
818+
transform: rotate(45deg);
819+
z-index: 1000;
820+
transition: background 0.15s, color 0.15s;
821+
}
822+
823+
.corner-ribbon:hover {
824+
background: var(--text-secondary);
825+
color: var(--bg);
826+
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
</head>
6161

6262
<body>
63+
<a href="/manifesto.html" class="corner-ribbon">Manifesto</a>
6364
<main class="container">
6465
<div class="hero">
6566
<div class="logo-container">

0 commit comments

Comments
 (0)