Skip to content

Commit 7424165

Browse files
authored
🎉 New ML Algorithm Added
1 parent d2cf89c commit 7424165

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎assets/css/styles/sections.css‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,19 @@
109109

110110
#projectsSubContainer .projectBtn img { width: 60px; height: auto; }
111111

112+
.badge {
113+
border-radius: 15px;
114+
color: var(--background-color-1);
115+
padding: 5px;
116+
font-size: 15px;
117+
position: relative;
118+
float: left;
119+
}
120+
121+
.regressionBadge { background-color: #1aa7ec; }
122+
.classificationBadge { background-color: #eb455f; }
123+
.deepLearningBadge { background-color: #68b984; }
124+
112125
/*
113126
***********************
114127
** ReachMe Container **

0 commit comments

Comments
 (0)