Prepared the react project to avoid merge conflicts
This commit is contained in:
parent
d81827a4a4
commit
77b20785a5
9 changed files with 134 additions and 10 deletions
app
31
app/Luca.css
Normal file
31
app/Luca.css
Normal file
|
@ -0,0 +1,31 @@
|
|||
/* Luca.css */
|
||||
.programmer-space {
|
||||
padding: 20px;
|
||||
margin: 10px;
|
||||
border-radius: 8px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.luca {
|
||||
background-color: #4a90e2; /* Blue */
|
||||
}
|
||||
|
||||
.click-button {
|
||||
padding: 10px 20px;
|
||||
margin-top: 10px;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
background-color: #fff;
|
||||
color: #4a90e2;
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.click-button:hover {
|
||||
background-color: #e3e3e3;
|
||||
}
|
||||
|
||||
.lorem-ipsum {
|
||||
margin-top: 20px;
|
||||
font-size: 14px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue