Advertisement
Raizekas

Untitled

Feb 22nd, 2021
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. .flexbox {
  2.     display: flex;
  3.     flex-direction: column;
  4. }
  5.  
  6.  
  7. .flexbox h2 {
  8.     order: 1;
  9. }
  10.  
  11. .flexbox p {
  12.     order: 2;
  13. }
  14.  
  15. #antraste2 {
  16.     display: none;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement