「S」Quotes
This commit is contained in:
+29
-3
@@ -129,8 +129,8 @@
|
|||||||
<a href="https://github.com/MaigoLabs"><Icon icon="fa6-brands:github"/></a>
|
<a href="https://github.com/MaigoLabs"><Icon icon="fa6-brands:github"/></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="quote">
|
<div class="quote">
|
||||||
<p>{quotes[quoteIdx][0]}</p>
|
<div>{quotes[quoteIdx][0]}</div>
|
||||||
<p>{quotes[quoteIdx][1]}</p>
|
<div>{quotes[quoteIdx][1]}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="img" bind:this={divEl}>
|
<div class="img" bind:this={divEl}>
|
||||||
@@ -164,12 +164,15 @@
|
|||||||
.info
|
.info
|
||||||
// color: rgb(136 130 130 / 70%)
|
// color: rgb(136 130 130 / 70%)
|
||||||
color: rgb(206 182 160)
|
color: rgb(206 182 160)
|
||||||
|
display: flex
|
||||||
|
flex-direction: column
|
||||||
|
align-items: center
|
||||||
|
|
||||||
h1
|
h1
|
||||||
font-size: 3rem
|
font-size: 3rem
|
||||||
color: transparent
|
color: transparent
|
||||||
// background-color: rgb(136 130 130 / 70%)
|
// background-color: rgb(136 130 130 / 70%)
|
||||||
background-color: rgb(187 146 119 / 57%)
|
background-color: rgb(183 133 101 / 57%)
|
||||||
-webkit-background-clip: text
|
-webkit-background-clip: text
|
||||||
background-clip: text
|
background-clip: text
|
||||||
// text-shadow: rgba(255, 255, 255, .7) 0 3px 6px
|
// text-shadow: rgba(255, 255, 255, .7) 0 3px 6px
|
||||||
@@ -183,10 +186,33 @@
|
|||||||
display: flex
|
display: flex
|
||||||
align-items: center
|
align-items: center
|
||||||
font-size: 1.5rem
|
font-size: 1.5rem
|
||||||
|
width: 100%
|
||||||
|
|
||||||
a
|
a
|
||||||
display: flex
|
display: flex
|
||||||
align-items: center
|
align-items: center
|
||||||
|
|
||||||
|
.quote
|
||||||
|
font-size: 1.2rem
|
||||||
|
position: relative
|
||||||
|
margin-top: 1rem
|
||||||
|
opacity: 0.7
|
||||||
|
width: max-content
|
||||||
|
|
||||||
|
&::before, &::after
|
||||||
|
font-size: 2rem
|
||||||
|
margin-right: 0.2rem
|
||||||
|
position: absolute
|
||||||
|
|
||||||
|
&::before
|
||||||
|
content: '「'
|
||||||
|
top: -0.5rem
|
||||||
|
left: -2.5rem
|
||||||
|
|
||||||
|
&::after
|
||||||
|
content: '」'
|
||||||
|
bottom: -0.5rem
|
||||||
|
right: -2.5rem
|
||||||
|
|
||||||
@media screen and (max-width: 400px)
|
@media screen and (max-width: 400px)
|
||||||
.info
|
.info
|
||||||
|
|||||||
Reference in New Issue
Block a user