Skip to content
Snippets Groups Projects
Commit 4e3ea547 authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file layout.html

parent c69ad205
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
height: 200px;
max-width: 700px;
margin: 0 auto;
background-color: #fa8072;
background-color: #006400 ;
border-radius: 50px;
position: relative;
overflow: hidden;
......@@ -43,7 +43,7 @@
left: 40px;
right: 40px;
bottom: 40px;
background-color: #fa8072;
background-color: #006400 ;
border-radius: 30px;
display: flex;
align-items: center;
......@@ -90,7 +90,7 @@
border-radius: 20px;
}
.sidebar ul li a:hover {
background-color: #fa8072;
background-color: #006400 ;
color: #ffffff;
transform: translateY(-3px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
......@@ -110,7 +110,7 @@
}
.progress-circle {
stroke: hsl(17, 100%, 50%);
stroke: #006400 ;
stroke-linecap: round;
transition: stroke-dashoffset 0.3s;
}
......@@ -122,7 +122,7 @@
transform: translate(-50%, -50%);
font-size: 12px;
font-weight: bold;
color: hsl(17, 100%, 50%);
color: #006400 ;
}
.back-to-top {
......@@ -131,7 +131,7 @@
bottom: 170px;
width: 40px;
height: 40px;
background-color: hsl(17, 100%, 50%);
background-color:#006400 ;
border: none;
border-radius: 50%;
color: white;
......@@ -176,7 +176,7 @@
bottom: 30px;
width: 40px;
height: 40px;
background-color: #fa8072;
background-color: #006400 ;
border: none;
border-radius: 50%;
color: white;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment