Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
react-todo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Manivasagam S
react-todo
Commits
341f0210
Commit
341f0210
authored
May 13, 2025
by
Manivasagam S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style changed
parent
6ae1d2bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
62 deletions
+0
-62
App.css
src/Styles/App.css
+0
-62
No files found.
src/Styles/App.css
View file @
341f0210
/**{
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment