-
diff --git a/Frontend_test/wwwroot/css/styles.css b/Frontend_test/wwwroot/css/styles.css
index 388d443..d674d3d 100644
--- a/Frontend_test/wwwroot/css/styles.css
+++ b/Frontend_test/wwwroot/css/styles.css
@@ -10899,8 +10899,8 @@ p.lead {
padding: 0.5rem;
}
#sideNav .navbar-brand .img-profile {
- max-width: 10rem;
- max-height: 10rem;
+ max-width: 12rem;
+ max-height: 12rem;
border: 0.5rem solid rgba(255, 255, 255, 0.2);
}
#sideNav .navbar-collapse {
@@ -10971,6 +10971,23 @@ section.resume-section .resume-section-content {
}
}
+.custom-text {
+ font-size: 20px; /* 可調整字體大小 */
+ font-weight: bold;
+}
+
+.custom-text_1 {
+ font-size: 18px; /* 可調整字體大小 */
+ font-weight: bold;
+}
+
+.prog-lang {
+ font-family: var(--bs-body-font-family);
+ font-size: 20px;
+ font-weight: bold;
+ color: gray;
+}
+
.timeline {
border-left: 2px solid #007bff;
padding-left: 20px;
@@ -11013,12 +11030,28 @@ section.resume-section .resume-section-content {
margin-bottom: 10px;
}
+@keyframes glowing {
+ 0% {
+ background-color: #ff0000;
+ }
+
+ 50% {
+ background-color: #ff9900;
+ }
+
+ 100% {
+ background-color: #ff0000;
+ }
+}
+
.progress-bar {
background: #007bff;
color: white;
padding: 5px 10px;
border-radius: 10px;
font-weight: bold;
+ animation: glowing 1s infinite alternate;
+ box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.phone-icon {