match the solution font with the desired image
This commit is contained in:
parent
618a932bcd
commit
b57e48a828
@ -1,3 +1,5 @@
|
|||||||
|
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap');
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
background: papayawhip;
|
background: papayawhip;
|
||||||
@ -27,6 +29,8 @@ a {
|
|||||||
/* SOLUTION */
|
/* SOLUTION */
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
|
/* Feel free to not worry too heavily on matching the font */
|
||||||
|
font-family: 'Courier Prime', monospace;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -38,4 +42,8 @@ ul {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user