Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28811

    Hello

    I would like images to have the same css as the gallery with the nice grey border around how to i achieve this for certain images as i do not want all to have it?

    thanks

    http://southhiendley.wakefield.sch.uk/

    the first twoo images i want to have the grey border …. but not the logo — i guess i coud make that a slider:-)

    thanks code he;p much appreocated

    #138708

    Hi,

    You can always add a custom class to certain images:

    And then you just need to target it with CSS:

    .withBorder{ border: 1px solid gray; }

    Regards,

    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘css for images’ is closed to new replies.