heyy everyone .. im trying to design a simple website .. and i didnt know how to resize an image in css ..
if you want to 'resize' a single image, you could specify the width & height on the <img> tag on the (x)html. But i wouldn't recommend doing this, since the image would look bad. ( using css you could also asign class to it and specify its width & height and still the image is look awful ). You should resize image using image processor not with css nor xhtml.