Advertisement
poxipox

Untitled

May 23rd, 2024
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. #team_full {
  2.     display: flex;
  3.     flex-direction: column;
  4.     width: 100%;
  5. }
  6.  
  7. #team_full .list {
  8.     text-decoration:none;
  9.     width: 100%;
  10.     margin-top:10px;
  11.     min-height:40px;
  12.     background: rgb(37,37,37,0.6);
  13.     display: flex;
  14.     border-radius: 2px;
  15.     flex-wrap: wrap;
  16.     gap: 0px; /* Odstฤ™p miฤ™dzy divami */
  17.     padding: 5px;
  18.     box-sizing: border-box;
  19.     align-items: center;
  20. }
  21.  
  22.  
  23. #team_full .list > div:nth-child(1){
  24.     width: 100px;
  25.     text-align:center;
  26.     font-size:14px;
  27. }
  28.  
  29. #team_full .list > div:nth-child(2){
  30.     width: 100px;
  31.  
  32.     font-size:12px;
  33.     text-align:center;
  34. }
  35. #team_full .list > div:nth-child(3){
  36.     width: 200px;
  37.         margin-left:10px;
  38.  
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement