Advertisement
fauzanjeg

Example Change Width and Height of Element with CSS

Oct 5th, 2021
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. /* Example Change Width and Height of Element with CSS */
  2. .jeg_sidebar .widget_jnews_popular .jeg_thumb, .jeg_sidebar .widget_jnews_popular .jeg_thumb img {
  3.     width: 250px;
  4.     height: 150px;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement