HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. K

    Animation in the gallery

    I'm trying to do a photo gallery. I have this code: <head> <style> .thumb { max-height: 171px; border: solid 6px rgba(5, 5, 5, 0.8); } .box { position: fixed; z-index: 999; height: 0; width: 0; text-align: center; top: 0; left: 0; background: rgba(0, 0...
Back
Top