fix missing semicolon
This commit is contained in:
parent
432ff64deb
commit
1ab6024a9f
@ -8,7 +8,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Coffee Label</title>
|
||||
<link rel="preconnect" href="https://api/fonts.coollabs.io">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+C53544ondensed:wght@100..900&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<style>
|
||||
.container {
|
||||
@ -26,7 +26,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transform: scale(0.57)
|
||||
transform: scale(0.57);
|
||||
background: linear-gradient(
|
||||
0deg,
|
||||
rgba(255, 255, 255, 1) 28%,
|
||||
|
Loading…
Reference in New Issue
Block a user