forked from autonomic-cooperative/cotech-website
Style the buttons
This commit is contained in:
@ -186,6 +186,28 @@ section {
|
|||||||
margin-block-start: var(--space, 1.4rem);
|
margin-block-start: var(--space, 1.4rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
padding: var(--space-sm) var(--space-lg);
|
||||||
|
background: var(--cotech-white);
|
||||||
|
color: var(--cotech-black);
|
||||||
|
text-decoration: none;
|
||||||
|
font-family: "open_sansbold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
||||||
|
border-radius: var(--space-sm);
|
||||||
|
width: fit-content;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: var(--space-sm);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn::after {
|
||||||
|
content: " →";
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn:hover {
|
||||||
|
background: var(--cotech-black);
|
||||||
|
color: var(--cotech-white);
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: var(--space-lg) var(--space-md);
|
padding: var(--space-lg) var(--space-md);
|
||||||
|
|||||||
@ -9,8 +9,8 @@ layout: default
|
|||||||
<p class="large">CoTech is a UK-wide network of creative technology companies
|
<p class="large">CoTech is a UK-wide network of creative technology companies
|
||||||
fully owned and controlled by the people who do the work.</p>
|
fully owned and controlled by the people who do the work.</p>
|
||||||
|
|
||||||
<a href="#">Hire our coops</a>
|
<a class="btn" href="#">Hire our coops</a>
|
||||||
<a href="#">Join the network</a>
|
<a class="btn" href="#">Join the network</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="stack">
|
<section class="stack">
|
||||||
|
|||||||
Reference in New Issue
Block a user