Another status post with a simple code example in JavaScript and CSS:
const sayHello = (name) => {
return `Hi ${name}!`;
};
.heading {
text-transform: uppercase;
text-shadow: #FC0 1px 0 10px;
font-size: 22px;
}
19:38 (+0100)
Another status post with a simple code example in JavaScript and CSS:
const sayHello = (name) => {
return `Hi ${name}!`;
};
.heading {
text-transform: uppercase;
text-shadow: #FC0 1px 0 10px;
font-size: 22px;
}