You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Chamando pela propria tag, se tu quiser generalizar para todos os elementos como mesma tag*/
legend{
color:purple;
}
/* Chamando pelo id, dependendo do projeto possam ser que existe elementos bem espeficicos, mas sempre é mais usual chamar por classe, ids são mais usados para javascript*/