Guest User

Untitled

a guest
Jun 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <style type="text/css">
  2. .ms-webpart-titleText.ms-webpart-titleText,
  3. .ms-webpart-titleText > a {
  4. background-color: black;
  5. /* changes the background color of the web part header. Hex too! #000000 */
  6.  
  7. font-size: 20px;
  8. /* Font Size */
  9.  
  10. font-weight: bold;
  11. /* Font bold, italics, */
  12.  
  13. color: white;
  14. /*Font color */
  15.  
  16. padding: 5px 5px;
  17. /*padding around fonts */
  18. }
Add Comment
Please, Sign In to add comment