remmoved file structure because Replit bad

This commit is contained in:
Itamar Oren
2023-02-22 14:52:14 -05:00
parent c5e1ad814c
commit 7a79a383c4
6 changed files with 7 additions and 7 deletions
+38
View File
@@ -0,0 +1,38 @@
.calDownload {
color: #e7e5e5;
background-color: #2d63c8;
font-size: 19px;
border: 1px solid #2d63c8;
padding: 15px 50px;
cursor: pointer;
}
.calDownload:hover {
color: #2d63c8;
background-color: #e7e5e5;
}
.ogCal {
color: #e7e5e5;
background-color: #c82d31;
font-size: 20px;
border: 1px solid #2d63c8;
padding: 10px 45px;
letter-spacing: 1px;
cursor: pointer;
}
.ogCal:hover {
color: #c82d31;
background-color: #e7e5e5;
}
h1 {
text-align: center;
color: #ffffff;
font-weight: 120;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}