Advertisement
fzrbbx

Flex Row

Oct 19th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. .container-fluid {
  2. text-align: center;
  3. }
  4. h1 {
  5.     margin-top: 40px;
  6.     font-size: 40px;    
  7. }
  8.  
  9. p {
  10.    font-size: 22px;
  11.              
  12. }
  13.  
  14. hr {width: 180px;
  15.         background: transparent;
  16.         border-bottom-style: double;
  17.         border-bottom: 2px solid #ef4035;
  18.         padding-bottom: 1px;
  19.         border-top: 1px solid #ef4035;
  20.         margin-bottom: 60px;}
  21.  
  22. .fntawsm {
  23. width: 100%;
  24. display: flex;
  25. }
  26. .fntawsm .content {
  27. flex: 1;
  28. text-align: center;
  29. padding: 20px;
  30. }
  31.  
  32. .uppercase {text-transform: uppercase !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement