change colours

This commit is contained in:
WhyKorp
2023-12-20 07:54:27 +01:00
committed by GitHub
parent f6dc0b9b8f
commit a1eef91b93
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -6,7 +6,7 @@ body {
.container {
width: 80%;
margin: auto;
border: 2px solid #2ecc71;
border: 2px solid #2ecccc;
border-radius: 25px;
padding: 20px;
background-color: #444;
@@ -15,13 +15,13 @@ body {
text-decoration: none;
color: #fff;
padding: 10px 20px;
border: 2px solid #2ecc71;
border: 2px solid #2ecccc;
border-radius: 25px;
background-color: #333;
transition: all 0.3s ease-in-out;
}
.nav a:hover {
background-color: #2ecc71;
background-color: #2ecccc;
color: #333;
cursor: pointer;
transition: all 0.3s ease-in-out;
@@ -30,7 +30,7 @@ body {
.video-container {
width: 80%;
margin: 20px auto;
border: 2px solid #2ecc71;
border: 2px solid #2ecccc;
border-radius: 25px;
overflow: hidden;
padding-bottom: 56.25%;
@@ -64,7 +64,7 @@ header {
div.footer {
width: 80%;
margin: auto;
border: 2px solid #2ecc71;
border: 2px solid #2ecccc;
border-radius: 25px;
padding: 20px;
background-color: #444;