Master J logo © Jason Ogayon
Master J
Drawings
Work
Now
Blog
Blog
Trying To Make Sense Of The World, One Test, One Code, One Drawing At A Time
ootd no. 045

Tagged in: #drawing #ootd
OOTD No. 045
css: target the last element from a list of elements

Tagged in: #programming #css

If you want to target the last element from a list of elements, this would help:

.menu li(:last-child) { 
  margin: auto; 
}

And if you want to select all the elements in a list except for the last element, just add a :not:

.menu li:not(:last-child) { 
  margin: auto; 
}
ootd no. 044

Tagged in: #drawing #ootd
OOTD No. 044
2021 favorite films

Tagged in: #homework-for-life #film #favorites




Categories
EVERYTHINGDRAWINGTESTINGAUTOMATIONPROGRAMMINGCOOKINGHOMEWORK-FOR-LIFE



Favorite Artists
ALIYA CHENSHEL YANGNAMENDARTCÉCILE CARREYOKO TANJIHEIKALAMICHELLE LAM







PAGE1 / 114
Master JMaster J logo © Jason Ogayon© 2020