This commit is contained in:
2024-07-16 21:48:09 +00:00
parent 31519fe8ad
commit 7ec756f996
42 changed files with 2724 additions and 309 deletions

View File

@@ -1,3 +0,0 @@
body {
background-color: #eeeeee;
}

View File

@@ -1,3 +0,0 @@
import "./app.css";
console.log("Happy coding !!");

View File

@@ -1,13 +1,10 @@
$ImageWidth: 260px;
$ImageHeight: 180px;
$BDRadius: 15px;
$BDRadius: 10px;
.my_album_child {
img {
display: block;
border-radius: $BDRadius;