How to add CSS code into Code Element?

Hello,

I am trying to add CSS code into the CSS class in the code element. But it keeps saying "the input value can not contain any special characters"Anyway to get around this?

An example of what I’m putting in below.

Thanks

 

 

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

You are not supposed to put css code into the css class input element. Thats why it is called css class instead of css code.