376 reputation
10
bio website
location Lisbon, Portugal
age 23
visits member for 5 months
seen 6 hours ago
stats profile views 20

May
15
answered HTML tags or CSS properties
May
15
comment Media Queries for Phones
Are you sure that's the behaviour you want? Because a device with 767px of screen width isn't really a small screen device... Also, try @media only screen and (max-device-width: 767px)
Apr
29
comment How can I dynamically increase font size with Javascript and why is my current function not working?
I think this line div.style.fontSize = currentFont + fontvar+ "px"; is operating with strings, so you will get "16" + "10" + px" resulting in "1610px" instead of "26" + "px"!
Mar
12
answered Css nesting and hover
Mar
12
answered CSS / HTML5 to align this checkbox and text?
Mar
12
revised How to add Adds in my Android application
english corrections
Mar
12
suggested suggested edit on How to add Adds in my Android application
Mar
12
awarded  Citizen Patrol
Mar
1
revised showing DIV on Hover - overflow auto
english corrections
Mar
1
suggested suggested edit on showing DIV on Hover - overflow auto
Mar
1
answered Wrap text in td without breaking the word
Feb
26
comment Any way to have text-shadow that doesn't show through behind text?
Oh I see... I'll try to find a solution for your problem, but I think I've never seen anything like that mate :(
Feb
26
revised Any way to have text-shadow that doesn't show through behind text?
added jsfiddle
Feb
26
answered Any way to have text-shadow that doesn't show through behind text?
Feb
22
comment Why we can't stylize select and input file html elements? - I don't want to know howto do it
Dude... wait... what...?
Feb
20
revised change nested span style has style tag using css
added 158 characters in body
Feb
20
comment change nested span style has style tag using css
Again, avoid inline styling at all costs, but since it is being used, here is a solution.
Feb
20
comment change nested span style has style tag using css
Using inline styling is a bad idea too, but since Hady Shaltout is using it, I provided a working solution... I love random downvoters!
Feb
20
comment change nested span style has style tag using css
Hello downvoter, thanks for this beautiful critic! :)
Feb
20
answered How to execute a HTML file on my homepage?