Orientation, Overview of Web Development

This commit is contained in:
2026-02-23 22:42:56 +05:30
parent e934274eb8
commit b818fce308
19 changed files with 0 additions and 809 deletions

View File

@@ -1,32 +0,0 @@
body {
font-family: Arial;
background: #f2f2f2;
}
.wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
width: 500px;
margin: 50px auto;
}
.form {
display: flex;
flex-direction: column;
gap: 10px;
background: white;
padding: 15px;
}
.display {
display: flex;
flex-direction: column;
gap: 10px;
background: white;
padding: 15px;
}
input, button {
padding: 8px;
}