index.css 1004 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
  5. "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  6. sans-serif;
  7. -webkit-font-smoothing: antialiased;
  8. -moz-osx-font-smoothing: grayscale;
  9. }
  10. code {
  11. font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
  12. monospace;
  13. }
  14. .logo{
  15. width: 20%;
  16. }
  17. .header{
  18. display:flex;
  19. }
  20. .searchLine{
  21. width: 60%;
  22. display: flex;
  23. justify-content: center;
  24. align-items: center;
  25. }
  26. .searchInput{
  27. width: 80%;
  28. }
  29. .auth{
  30. width: 20%;
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. }
  35. .avatar{
  36. padding: 0 10px;
  37. }
  38. .link{
  39. display: flex;
  40. justify-content: center;
  41. align-items: center;
  42. }
  43. .ras{
  44. display: flex;
  45. }
  46. .ras1{
  47. display: flex;
  48. width: 20%;
  49. }
  50. .ras2{
  51. display: flex;
  52. width: 300px;
  53. height: 300px;
  54. }
  55. .as{
  56. border: 4px outset;
  57. border-radius: 5px;
  58. margin: 5px;
  59. }
  60. .img{
  61. width: 250px;
  62. height: 250px;
  63. }