ciekawostki preparations
This commit is contained in:
@@ -42,6 +42,25 @@ main {
|
||||
a {
|
||||
color: rgb(251, 99, 107);
|
||||
}
|
||||
button {
|
||||
display: inline-block;
|
||||
font-size: 1rem;
|
||||
padding: 8px;
|
||||
margin: 0 8px;
|
||||
background: none;
|
||||
border: 1px solid var(--grey);
|
||||
// background: rgba(grey, 0.45);
|
||||
border-radius: 4px;
|
||||
color: var(--color);
|
||||
font-family: var(--fonts-bold);
|
||||
cursor: pointer;
|
||||
transition-duration: 100ms;
|
||||
&:hover {
|
||||
background: rgba(grey, 0.25);
|
||||
box-shadow: var(--shadow0);
|
||||
// color: black;
|
||||
}
|
||||
}
|
||||
|
||||
.chips {
|
||||
display: flex;
|
||||
|
||||
@@ -107,3 +107,22 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.funfact {
|
||||
display: block;
|
||||
text-align: right;
|
||||
width: 100%;
|
||||
background: var(--black1);
|
||||
padding: 16px 0;
|
||||
margin: 16px 0;
|
||||
border-radius: 8px;
|
||||
box-shadow: var(--shadow0);
|
||||
p {
|
||||
text-align: center;
|
||||
margin-bottom: 12px;
|
||||
span {
|
||||
font-family: var(--fonts-bold);
|
||||
font-size: 1.5em;
|
||||
margin: 0 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user