Page 315 - Web Applications (803) Class 12
P. 315
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
background-color: #fff;
border-radius: 5px;
padding: 20px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
text-align: center;
}
h1 {
font-size: 24px;
margin-bottom: 10px;
}
input[type=”text”] {
width: 70%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
button {
padding: 10px 20px;
border: none;
background-color: #007BFF;
color: #fff;
border-radius: 5px;
cursor: pointer;
}
ul {
list-style: none;
text-align: left;
padding: 0;
}
li {
display: flex;
Projects 313

