<img class="claimed" src="https://uchicken.nekoweb.org/shrubs/claimed.png">
this url was **eaten** by uchicken
click <a href="https://shrubs.cc/hoard/uchicken">**here**</a> to see my greed.
<style>
:root {
--color-background-end: #FDFCD7;
--color-border: #D82C50;
--color-icon: #D82C50;
--lalala: white;
--text-colod: black;
}
:root[data-theme="dark"] {
--color-background-end: black;
--color-border: #D82C50;
--color-icon: #D82C50;
--lalala: black;
--text-colod: white;
}
body {
color: var(--text-colod);
}
.comments-section {
border: dashed 2px var(--color-border);
background: var(--lalala);
}
.btn {
background: var(--lalala);
color: var(--text-colod);
}
.container-1 {
background: var(--lalala);
text-align: center;
border: dashed 3px #D82C50;
width: 500px;
}
.claimed {
display:block;
margin: auto;
width: 450px;
}
strong, b{
color: #D82C50;
}
a, a:visited {
color: #D82C50;
text-decoration: #D82C50 underline dotted;
}
a:hover {
text-decoration: none;
}
@media (max-width: 400px) {
.container-1 {width: 300px; border-width: 2px; }
.claimed {width:200px;}
}
</style>