fixed style

This commit is contained in:
2026-02-05 13:26:17 -06:00
parent 25141d257e
commit f2caf2ad83
5 changed files with 50 additions and 9 deletions
+37
View File
@@ -7,3 +7,40 @@
scroll-behavior: smooth;
transition: all 0.3s ease;
}
.WINDOWS::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url("/windows.png");
background-size: contain;
background-repeat: no-repeat;
margin-right: 6px;
vertical-align: middle;
}
.MACINTOSH::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url("/apple.png");
background-size: contain;
background-repeat: no-repeat;
margin-right: 6px;
vertical-align: middle;
left: 0;
}
.PROFESORES::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background-image: url("/teacher.png");
background-size: contain;
background-repeat: no-repeat;
margin-right: 6px;
vertical-align: middle;
}