My personal website is out now!
Tell me what you think about it, eh?
My personal website is out now!
Tell me what you think about it, eh?
gamedev test assignment [day 2]
game link:
https://egrrqq.github.io/footballiro/
#webapp #web #webdev #game #gamedev #indiegame #indiedev #gamedeveloping #shorts #gab3 #f1lthy #EGRqq
gamedev test assignment [day 1]
game link:
https://egrrqq.github.io/footballiro/
#webapp #web #webdev #game #gamedev #indiegame #indiedev #gamedeveloping #shorts #feng #EGRqq
<del>
Represents a range of text that has been deleted from a document.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/del
The <del> HTML element represents a range of text that has been deleted from a document. This can be used when rendering "track changes" or source code diff information, for example. The <ins> element can be used for the opposite purpose: to indicate text that has been added to the document.
the situation around using emoji on websites is interesting.
how the emoji will be rendered on a web page depends on the browser and the operating system being used to view it. some browsers ship their own emoji, while others use the emoji fonts installed on the host OS.
if you want to control how emoji look on your page across devices and browsers, you can put the emoji characters in a span with class of "emoji" and then specify an emoji font to be used for these characters. just make sure the font you're using has a COLR table, otherwise it will not work on every browser (https://caniuse.com/colr).
This week, a friend shared this wonderful article from Lea Verou about the messy path we take in our paths to being our best selves. It’s full of gems, but this little bit in particular really stood at for me… Then there’s breadth. Most jobs try to box you in: PM or engineer? Scientist or practitioner? UX Researcher or designer? DevRel or standards? … It’s silly that people are forced to choose, and present themselves as less than to seem more attractive to hiring managers…
Web development term of the day:
→ Scalable and Modular Architecture for CSS
https://webglossary.info/terms/scalable-and-modular-architecture-for-css/