Много всякого дизайна

This commit is contained in:
Vinejar
2025-03-31 06:05:09 +03:00
parent dfd9a8e32e
commit a6c3740a41
4 changed files with 112 additions and 18 deletions

View File

@@ -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;
}