lowheartrate

css to make alerts width of text!! goes into browser source

Dec 6th, 2016
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. div#alert-text {position:relative;top:519px;right:20px;}
  2. div#alert-message {
  3.     float:left;
  4.     display:inline-block;
  5.     background-color:#270015;
  6.     text-align:left;
  7.     padding:5px 10px;
  8.     border: 3px solid transparent;
  9.     border-image: linear-gradient(to bottom, #850046 0%, #c70069 50%, #850046 100%);
  10.     border-image-slice: 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment