@Da7ySubmitted over 4 years ago
can any one find the bug in my background- img ! i tried every thing.
can any one find the bug in my background- img ! i tried every thing.
Yep, use
because your style.css file is not in as same directory as image folder.
this is my first challenge done! i had a problem with the font weight, does'nt work with css. If you can help me with that, i'll be grateful!
apply font-weight : bold; to both the divs inside your "cantidad" class div element.
And you should also put some vertical margin to your "barratotal" class element like margin : 12px 0 ;
If you directly apply font-weight : bold; to your "cantidad" class element, then also it will work.