Jump to content

[Solved] - Where do I insert this CSS?


Recommended Posts

Hi Guys

 

I want to add the following code somewhere so that I can use it in the Custom CMS Block module.

 

.enlarge:hover {
    transform:scale(2,2);
    transform-origin:0 0;
}

 

when I use the following HTML code to enlarge an image when the mouse hovers....

 

<div style="width:155px; height:115px;">

<a href="#"><img class="enlarge" src="test-image.jpg" alt="PZ3 demo #2" title=""></a>

 

Can somebody please tell me what file and where do I add the CSS code to???

 

Thanks

Edited by lateral (see edit history)
Link to comment
Share on other sites

Umm can you please do this:

 

 

To mark a topic as [solved] :
- Edit the first post of your topic by clicking on the "Edit" button,
- Click on the "Use full editor" button,
- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button.

Thanks :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...