mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-08 15:16:52 +02:00
@@ -42,7 +42,7 @@ this
|
|||||||
expect(r).is(superFastWebsite);
|
expect(r).is(superFastWebsite);
|
||||||
expect(r).is(seoFriendly);
|
expect(r).is(seoFriendly);
|
||||||
})
|
})
|
||||||
.finall(() => {
|
.finally(() => {
|
||||||
/* Give me 1 Github star 🎉 */
|
/* Give me 1 Github star 🎉 */
|
||||||
});
|
});
|
||||||
`}
|
`}
|
||||||
|
@@ -25,7 +25,7 @@ const Details: React.FC<{}> = () => {
|
|||||||
</Helmet>
|
</Helmet>
|
||||||
<div className='p-8 pb-20'>
|
<div className='p-8 pb-20'>
|
||||||
<div style={{ lineHeight: 1.5, marginBottom: '16px' }}>
|
<div style={{ lineHeight: 1.5, marginBottom: '16px' }}>
|
||||||
Move the mouse over the seccond navigation item to see the mega menu.
|
Move the mouse over the second navigation item to see the mega menu.
|
||||||
</div>
|
</div>
|
||||||
<BrowserFrame
|
<BrowserFrame
|
||||||
content={(
|
content={(
|
||||||
|
@@ -62,7 +62,7 @@ const Details: React.FC<{}> = () => {
|
|||||||
<!-- Other element such as avatar -->
|
<!-- Other element such as avatar -->
|
||||||
...
|
...
|
||||||
|
|
||||||
<!-- The presense indicator -->
|
<!-- The presence indicator -->
|
||||||
<div style="
|
<div style="
|
||||||
/* Shown at the bottom right corner */
|
/* Shown at the bottom right corner */
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
|
@@ -74,7 +74,7 @@ Note that we use \`flex-direction: row-reverse\` on the container
|
|||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
/* Used to postion the hover state */
|
/* Used to position the hover state */
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@@ -14,8 +14,8 @@ const Details: React.FC<{}> = () => {
|
|||||||
return (
|
return (
|
||||||
<DetailsLayout title="Watermark">
|
<DetailsLayout title="Watermark">
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<meta name="description" content="Create a watermask with CSS" />
|
<meta name="description" content="Create a watermark with CSS" />
|
||||||
<meta name="keywords" content="css watermask" />
|
<meta name="keywords" content="css watermark" />
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<div className='p-8 pb-20'>
|
<div className='p-8 pb-20'>
|
||||||
<BrowserFrame
|
<BrowserFrame
|
||||||
|
Reference in New Issue
Block a user