[By the Author of "Surviving as a Barbarian in a Fantasy World."]I used to be strong.Strong enough that I could afford to show mercy to others.And that was my mistake.The guy over there, clutching his sword and sobbing—he’s the one I gave up the Holy Sword for.And that coward with his eyes shut tight, pretending not to see—he’s the one I handed over the Millennium Ginseng to.And the rest?Countless worms not even worth remembering.Because I offered foolish compassion and mercy to those who never deserved it,humanity suffered a devastating defeat.So this time—everything is mine.
Expand
(function() {
//sm:h-[6rem] h-[30vw] container
let expand_content = document.getElementById('expand_content');
let expand_button_head = document.getElementById('expand_button_head');
let expand_button = document.getElementById('expand_button');
expand_button.addEventListener('click', () => {
if (expand_content.classList.contains('container')) {
expand_button.querySelector('span').innerText =
"Unexpand"
expand_button.querySelector('img').setAttribute('src',
'https://api.iconify.design/mdi:arrow-up.svg?color=white'
)
expand_button_head.classList.remove('-mt-7');
expand_button_head.classList.add('mt-4');
expand_content.classList.remove('sm:h-[6rem]');
expand_content.classList.remove('h-[30vw]');
expand_content.classList.remove('container');
} else {
expand_button.querySelector('span').innerText =
"Expand"
expand_button.querySelector('img').setAttribute('src',
'https://api.iconify.design/mdi:arrow-down.svg?color=white'
)
expand_button_head.classList.add('-mt-7');
expand_button_head.classList.remove('mt-4');
expand_content.classList.add('sm:h-[6rem]');
expand_content.classList.add('h-[30vw]');
expand_content.classList.add('container');
}
})
})();
.container {
-webkit-mask-image: linear-gradient(to bottom, black -150%, transparent 100%);
mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}
What did you think of this novel?
0 reactions
0 Comments
Sign in to join the discussion
Sign In