Guest User

Untitled

a guest
Mar 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. .banner {
  6. max-width: 900px;
  7. margin: 0 auto;
  8. display: flex;
  9. }
  10. .first {
  11. padding: 20px;
  12. flex: 1;
  13. }
  14. .second {
  15. flex:1;
  16. display: flex;
  17. flex-flow: column wrap;
  18.  
  19. }
  20. .second-a {
  21. flex:1;
  22. display: flex;
  23.  
  24. }
  25. .second-b {
  26. flex:1;
  27. display: flex;
  28. }
  29. .second-a p{
  30. margin: auto;
  31. color: yellow;
  32. }
  33. .second-b p {
  34. margin: auto;
  35. color: yellow;
  36. }
  37.  
  38.  
  39.  
  40. .first:nth-child(1) {background-color: #99e600}
  41. .second-a:nth-child(1) {background-color: #307672}
  42. .second-b:nth-child(2) {background-color: #144D53}
Add Comment
Please, Sign In to add comment