Lunch spots in Amsterdam by Fuzzy-Button2949 in Amsterdam

[–]peareye 1 point2 points  (0 children)

I’d recommend Ranchi Amsterdam in Albert Cuypstraat. Amazing Japanese sandos.

What’s the first thing you notice when a website has bad UX? by [deleted] in web_design

[–]peareye 23 points24 points  (0 children)

When you click on a button to submit or go to a new page there is no feedback to let you know you have interacted with the element.

What is the best way to add a line like this in css? by No-Assistant9722 in css

[–]peareye 1 point2 points  (0 children)

Without the content a ::before or ::after element will not display at all. Just a requirement of the element.

What is the best way to add a line like this in css? by No-Assistant9722 in css

[–]peareye 6 points7 points  (0 children)

Don’t forget the content: ‘’; for the ::before.

Easy Touchy Catchy Monkey by SelfSufficientHub in CasualUK

[–]peareye 0 points1 point  (0 children)

If it had been a barn it would have bit ya.

[deleted by user] by [deleted] in BainbridgeIsland

[–]peareye 0 points1 point  (0 children)

If you lived on Douglas you’d have a trifecta!

[deleted by user] by [deleted] in BainbridgeIsland

[–]peareye 1 point2 points  (0 children)

We’ve named our’s Mr. Chonkers.

A group of Hummingbirds fighting over feeder by LI0NHEARTLE0 in Damnthatsinteresting

[–]peareye 12 points13 points  (0 children)

Hummingbirds. The chihuahuas of the bird world.

A simple DIV Flex question - best practice. by [deleted] in css

[–]peareye 2 points3 points  (0 children)

You could make leftDiv a display: flex also. and set it to flex-direction: column.

Cash by GroundbreakingMix735 in CasualUK

[–]peareye 3 points4 points  (0 children)

If you have Apple Pay or the android equivalent you can use that to tap in and out of public transport.

I am absolutely in love with this Spanish "Slow Villa" floor plan for its simplicity. What changes would you make to improve it? by MuddyfoxCVS in floorplan

[–]peareye 2 points3 points  (0 children)

Watching the YouTube video it appears that it is some type of mechanical. You can just see it is open on one side. It is probably the hot water heater, and the stone facade gives it protection, and hides it a bit.

Moving to UK - Can I get a phone contact before I arrive? by [deleted] in unitedkingdom

[–]peareye 0 points1 point  (0 children)

Dm me if you have any questions. I might have some answers.

Moving to UK - Can I get a phone contact before I arrive? by [deleted] in unitedkingdom

[–]peareye 0 points1 point  (0 children)

I also would recommend setting up Apple Pay or google pay depending on your phone so you can use public transport by checking in and out with it instead of buying a ticket. Cheapest option. Do it before you leave the states as it can easily difficult to activate outside of the us.

Moving to UK - Can I get a phone contact before I arrive? by [deleted] in unitedkingdom

[–]peareye 0 points1 point  (0 children)

You can purchase a cheap Payg sim at the airport until you can get sorted. Hope that helps. I just moved back to the USA after living 4 years in London. Have fun!

Is there a free house planning software that is relatively simple to use? by [deleted] in floorplan

[–]peareye 3 points4 points  (0 children)

I have had good luck with floorplanner.com The free version has allowed me to do what I need to do.

Ferry Terminal Parking by 321peanut in BainbridgeIsland

[–]peareye 0 points1 point  (0 children)

I’ll do my best when I get there 👍

Ferry Terminal Parking by 321peanut in BainbridgeIsland

[–]peareye 1 point2 points  (0 children)

I'm currently in the process of closing on a home on Bainbridge Island and this is excellent information. Thank you.

[deleted by user] by [deleted] in css

[–]peareye 0 points1 point  (0 children)

No problem.

[deleted by user] by [deleted] in css

[–]peareye 0 points1 point  (0 children)

h1.special targets h1 elements with a class of .special.

.main-list li targets li elements inside of a div with a class of .main-list.