@alvaromontoro@front-end.social
@alvaromontoro@front-end.social avatar

alvaromontoro

@alvaromontoro@front-end.social

100% not an alien.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

alvaromontoro, to random
@alvaromontoro@front-end.social avatar
alvaromontoro, to random
@alvaromontoro@front-end.social avatar

Developers before and after... Barbie edition...

alvaromontoro, to CSS
@alvaromontoro@front-end.social avatar

Today's comiCSS cartoon: Headaches
https://comicss.art/?id=114

And the source code: https://comicss.art/comics/114/headaches.html

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

No Face from Spirited Away, drawn with CSS and a single HTML element.
https://codepen.io/alvaromontoro/pen/ZERzGWY

hashtag#css hashtag#cssArt hashtag#divtober hashtag#throwBackThursday hashtag#tbt

alvaromontoro, to random
@alvaromontoro@front-end.social avatar
alvaromontoro, to CSS
@alvaromontoro@front-end.social avatar

New comiCSS cartoon: PR Reviews
https://comicss.art/?id=127

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

Bootstrap may be considered bad now, but it has done more for web development and styling than Tailwind has done (and ever will?)

Bootstrap may be boring and all the sites look really similar, but it brought web styling to people that didn't know how to do it. Not only for developers, but for anyone building a website. People that didn't know much about web development could build nice-looking websites (something that is reflected in an estimated 20% of the web using Bootstrap).

alvaromontoro, to webdev
@alvaromontoro@front-end.social avatar

Coffee as a CSS Color: using the new HWB function to describe coffee styles... But changing the values a little:

  • H = Hot water
  • W = Whiteness/milk
  • B = Blackness/coffee

https://comicss.art/?id=87

Thanks @cheeaun and @ItsCrisDiaz for your feedback and suggestions! 😊

alvaromontoro, to webdev
@alvaromontoro@front-end.social avatar

Web Development has evolved and progressed over the last 20 years... but maybe not always for the better 😅😂

New comiCSS comic: https://comicss.art/?id=104

alvaromontoro, to CSS
@alvaromontoro@front-end.social avatar

LevelUp Coding shared my article "Small Details to Improve Your Website’s Experience." A collection of five simple tips and tricks in HTML and CSS that will provide a better user experience and take just a few minutes to implement on any site.
https://levelup.gitconnected.com/small-details-to-improve-your-websites-experience-88425116a06c

I also published it on my personal site: https://alvaromontoro.com/blog/68039/small-details-to-improve-your-website-experience

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

Next week, it will be the second anniversary of comiCSS. It is my pet project: a webcomic about CSS coded in CSS.

It is ridiculous, mostly useless, somewhat educational, and a lot of fun to create. Hopefully, it will keep going for a while longer.

https://comicss.art

alvaromontoro, to CSS
@alvaromontoro@front-end.social avatar

New comiCSS cartoon: The ABCs of CSS.
https://comicss.art/?id=95

Each letter is drawn with CSS and uses the property/value that it showcases. Some are animated (K or Q), and others are interactive (M or R). Check the live demo to get all the action: https://comicss.art/comics/95/abc-css.html

alvaromontoro, to random
@alvaromontoro@front-end.social avatar
alvaromontoro, to CSS
@alvaromontoro@front-end.social avatar
alvaromontoro, to random
@alvaromontoro@front-end.social avatar

I wrote a short article about the new native toggle switches on Safari: how to create them, demos, pros, cons, and a (little) rant about the syntax 😅
https://alvaromontoro.com/blog/68049/new-toggle-switch-lands-in-safari

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

I don't understand people defending Tailwind like their honor is on it. Did I miss a memo or a check in the mail or something? WHO TOOK MY TAILWIND HUSH MONEY????

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

New comiCSS cartoon: Framework Fans vs Framework Bros
https://comicss.art/comics/140/

It was inspired by a Pizza Cake Comic cartoon (linked in the source code).

alvaromontoro, to CSS
@alvaromontoro@front-end.social avatar

I aim to code a new toggle switch each day in 2024. But work comes first, and I fell a bit behind on this personal challenge... So, I coded 8 toggle switches this weekend using a single HTML element and CSS.

Find these and many more switches on this @codepen collection: https://codepen.io/collection/aMPYMo.

Animation showing eight different toggle switches. The demos have 4 of each in off state, on state, off state (disabled), and on state (disabled) stacked vertically. The demos are: - Smiling emoji - Metal - 3D ball - Colorful (animated) - On/Off - Growing toggle - Growing toggle 2 - Airplane Mode

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

Toggle switch : Día de los Muertos
https://codepen.io/alvaromontoro/pen/OJqqMxe

It is a single HTML element animated with CSS styling. No images or JavaScript.

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

Everyone asks women (and men) if they'd rather encounter a strange man or a bear in the woods, but no one asks the bear.

...until now... New single-element toggle switch: https://codepen.io/alvaromontoro/pen/XWwrEKy

Design inspired by this CSS toggle by Anastasia Goodwin: https://codepen.io/agoodwin/pen/gKpKqw

Demo of a toggle switch with the shape of a cartoony bear. At both sides the text "Strange Man" and "Strange Woman". The bear's face moves to one side or the other when clicked.

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

I made some slight changes to the toggle switch:

  • Added a soft skew transform so it looks like the bear is leaning one way or the other
  • Changed how the background is generated and added masks so the bear is visible in high-contrast mode (I haven't tested it though 😳)

https://codepen.io/alvaromontoro/pen/XWwrEKy

Showcase of a toggle button that looks like a bear looking from side to side (to the options "strange man" and "strange woman")

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

Getting a PR rejected is not a bad thing!

A PR comment/rejection/request for change is not a personal attack. It's a learning opportunity for both reviewer and reviewee. It is a way of clarifying methods, learning better practices, and paving the path to a healthier and more maintainable codebase. But for that, you need to go with an open mind and a willingness to learn.

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

"Did you know that with only 20 lines of JavaScript you can do [enter amazing thing that can't be done in 20 lines of JavaScript]? Step one: create a new project using this huge @$$ JS framework. Step two: download these dependencies (that will take 2GB in your hard drive). And step three: copy these 20 lines of JS code... And you are done! You built something amazing in just 20 lines of JS!"

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

Every time I post a comiCSS cartoon that mentions Tailwind, I get some push back and complains from people. I should have been the bigger man and not reply to this comment... But I did.

On the bright side, it gave me an idea for a new cartoon with Tailwind as main topic. So I got that goin' for me, which is nice.

alvaromontoro,
@alvaromontoro@front-end.social avatar

I have nothing against people using Tailwind. That's their choice and a great one if it works on their project. But making it their whole personality or trying to shove it down people's throats? That is sad and incredibly annoying... And one of the reasons why I make those cartoons.

alvaromontoro, to random
@alvaromontoro@front-end.social avatar

Yesterday, I did a small workshop about drawing with CSS and my experience drawing a comic about CSS in CSS at the Nerdearla conference. As part of the workshop, I created a small meme for comiCSS: https://comicss.art/?id=132

A Tailwind version may be coming out soon :P

alvaromontoro,
@alvaromontoro@front-end.social avatar

A web styling version (with Tailwind at the end of the joke 😳)
https://comicss.art/?id=133

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • cubers
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • osvaldo12
  • ngwrru68w68
  • GTA5RPClips
  • provamag3
  • InstantRegret
  • everett
  • Durango
  • cisconetworking
  • khanakhh
  • ethstaker
  • tester
  • anitta
  • Leos
  • normalnudes
  • modclub
  • megavids
  • lostlight
  • All magazines