Link to home
Start Free TrialLog in
Avatar of David Schure
David Schure

asked on

Changing Font and Opacity

Hi, I am trying to make the red font smaller.  Also would like to make the white boxes a little transparent with a slight rounding on the edges. Can't seem to find the css to do so. Thank you.
https://yvette60.com/index.html
Figured out the font...
Still can't get the rounded corners and the opacity.
.countdown {
   opacity: 0.5;
   border-radius:5px;
   bottom: 30px;
   left: 50%;
   margin-left: -225px;
   position: absolute;
   width: 450px;
   z-index: 100;
}

Open in new window


ASKER CERTIFIED SOLUTION
Avatar of David Schure
David Schure

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial