Advertisement
smiche

Untitled

Apr 6th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1.     .container {
  2.       position: absolute;
  3.       height: 0;
  4.       text-align: center;
  5.       width: 100%;
  6.     }
  7.  
  8.     .centered {
  9.       margin-left: auto;
  10.       margin-right: auto;
  11.       border-left: 1px solid #96a2b5;
  12.       border-right: 1px solid #96a2b5;
  13.       border-bottom: 1px solid #96a2b5;
  14.       background-color: #e5edf9;
  15.       padding: 5px;
  16.       overflow: hidden;
  17.       display: inline-block;
  18.     }
  19.  
  20.     .notificationText {
  21.       font-family: Helvetica;
  22.       font-size: 1em;
  23.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement