1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- body {
- margin: 0;
- padding: 0;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
- "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
- sans-serif;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- code {
- font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
- monospace;
- }
- .logo{
-
- width: 20%;
- }
- .header{
- display:flex;
-
- }
- .searchLine{
- width: 60%;
- display: flex;
- justify-content: center;
- align-items: center;
-
-
- }
- .searchInput{
- width: 80%;
- }
- .auth{
- width: 20%;
- display: flex;
-
- justify-content: center;
- align-items: center;
- }
- .avatar{
- padding: 0 10px;
- }
- .link{
- display: flex;
-
- justify-content: center;
- align-items: center;
- }
- .ras{
- display: flex;
- }
- .ras1{
- display: flex;
- width: 20%;
- }
- .ras2{
- display: flex;
- width: 300px;
- height: 300px;
- }
- .as{
- border: 4px outset;
- border-radius: 5px;
- margin: 5px;
- }
- .img{
- width: 250px;
- height: 250px;
-
- }
|