Commit 341f0210 by Manivasagam S

style changed

parent 6ae1d2bd
/**{
margin: 0;
padding: 0;
}
body {
background-color: #f5f5f5;
background-image: radial-gradient(#ccc 0.5px, transparent 1px);
background-size: 10px 10px;
}
.container {
max-width: 34.375rem;
width: 90%;
margin: 200px auto;
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
position: relative;
}
h1 {
font-size: 1.4rem;
text-align: center;
font-weight: bold;
font-family: system-ui;
padding: 1rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
p {
text-align: center;
padding: 3rem;
font-size: 1.25rem;
font-weight: 500;
font-family: system-ui;
}
@media (max-width: 600px) {
.formtext {
font-size: 16px;
height: 2rem;
max-width: 30rem;
}
form button {
width: 100%;
font-size: 1rem;
height: 2.5rem;
}
.list {
flex-direction: row;
}
.deletebutton {
margin-top: 0.313rem;
align-self: flex-end;
padding: 0.25rem;
}
}*/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment