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
+31
View File
@@ -0,0 +1,31 @@
body {
margin: 0;
background-color: rgb(110, 110, 110)
}
.topnav {
overflow: hidden;
background-color: #333;
text-align: center;
align-items: center;
height: 40px;
}
.topnav a {
/* float: left; */
color: #f2f2f2;
text-align: center;
padding: 20px 20px;
text-decoration: none;
font-size: 20px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #aa0404;
color: white;
}