Много всякого дизайна
This commit is contained in:
@@ -16,7 +16,7 @@ body {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
align-items: center;
|
||||
background-color: green;
|
||||
background-color: #ffffff;
|
||||
justify-content: center;
|
||||
|
||||
|
||||
@@ -26,9 +26,8 @@ body {
|
||||
min-height: 100vh;
|
||||
width: 50%;
|
||||
place-items: center;
|
||||
background-color: white;
|
||||
background-color: #cee6fd;
|
||||
flex-direction: column;
|
||||
border: dashed white;
|
||||
|
||||
}
|
||||
|
||||
@@ -37,7 +36,7 @@ body {
|
||||
padding: 15px 0;
|
||||
margin-bottom: 0;
|
||||
width: 100%;
|
||||
border-bottom: dashed green;
|
||||
border-bottom: dashed #ffffff;
|
||||
|
||||
}
|
||||
|
||||
@@ -134,7 +133,7 @@ body {
|
||||
align-items: center;
|
||||
gap: 15px;
|
||||
width: 100%;
|
||||
border-top: dashed green;
|
||||
border-top: dashed #ffffff;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user