Please enable JavaScript in your browser!
Startsida
Utforska
Hjälp
Logga in
ricardogj08
/
cursos
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Träd:
62668a6b2d
Grenar
Taggar
master
cursos
/
css
/
css-desde-cero-edteam-2024
/
07-selectores-compuestos-agrupados
/
styles.css
styles.css
100 B
Historik
Rå
1
2
3
4
5
6
7
8
9
10
.first-p,
.second-p {
color: blue;
font-weight: bold;
}
.second-p {
font-size: 12px;
}