1
0
Fork 3

Prepared the react project to avoid merge conflicts

This commit is contained in:
Sage The DM 2024-09-04 12:11:49 +02:00
parent d81827a4a4
commit 77b20785a5
9 changed files with 134 additions and 10 deletions

31
app/Luca.css Normal file
View 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;
}