sometimes it is some stupid typo.. but you cant see it.. so it is easier to do from scratch :D
@Equlnox well what have you wrote.. is is asking you to give your image a BORDER of 10 px
and what did you do ? :)
Francesco Eri
@francescoeri
as I say as Italian I do need to concentrate allot to do it and if i just miss a word the whole thing goes banane
Prateek Karnal
@Equlnox
@tanasic i don't see anything wrong with my code
Sasa
@tanasic
how do you give a border to something please write here just that one line ?
Prateek Karnal
@Equlnox
border-width: 10px;
Sasa
@tanasic
no..
Prateek Karnal
@Equlnox
then?
Sasa
@tanasic
that is border WIDTH
it is not asking you for border width.. it is asking you for border ;)
get it now :) ?
Hans van Riet
@hansinla
@Equlnox I think you just need to insert a space after : in your stylesheet.
Prateek Karnal
@Equlnox
tried that
Sasa
@tanasic
@hansinla that is not the problem..
Prateek Karnal
@Equlnox
@tanasic what do you mean?
@tanasic can you just write that line of code?
Sasa
@tanasic
@Equlnox it is asking you to set the border not border widht
its like color and background-color
they are different
Prateek Karnal
@Equlnox
Your img element should have the class smaller-image. Your img element should have the class thick-green-border. Give your image a border width of 10px. Give your image a border style of solid. The border around your img element should be green.
Sasa
@tanasic
just do what it says.. it isnt mentioning border-witdt
_
is is sayin to give BORDER of 10px
what lesson is that please
so i can check it out there
Hans van Riet
@hansinla
@tanasicborder-width: 10px; is correct
Prateek Karnal
@Equlnox
the given sample syntax - .thin-red-border { border-color: red; border-width: 5px; border-style: solid; } </style>.