<div>안녕</div>
<section>안 녕</section>
nav {
font-weight:bold;
letter-spacing:-10px;
/*
rgba 함수의 인자
인자 1(red) : 0 ~ 255 까지 넣어서 실험
인자 2(green) : 0 ~ 255 까지 넣어서 실험
인자 3(blue) : 0 ~ 255 까지 넣어서 실험
인자 4(alpha, 투명도) : 0 ~ 1 까지 넣어서 실험
*/
color:rgba(0,0,0,0.5);
}
div {
font-weight : bold;
font-size : 100px;
color:rgba(0,0,0,0.5);
}
section {
font-weight : bold;
font-size : 100px;
color:rgba(150, 0, 0, 0.1);
}
<div>안녕</div>
<section>안녕</section>
nav {
font-weight:bold;
letter-spacing:-10px;
/*
rgba 함수의 인자
인자 1(red) : 0 ~ 255 까지 넣어서 실험
인자 2(green) : 0 ~ 255 까지 넣어서 실험
인자 3(blue) : 0 ~ 255 까지 넣어서 실험
인자 4(alpha, 투명도) : 0 ~ 1 까지 넣어서 실험
*/
color:rgba(0,0,0,0.5);
}
div {
font-weight:bold;
color:rgba(0,0,0,0.5);
font-size:3rem;
letter-spacing:-10px;
}
section {
color:rgba(255,0,0,0.5);
font-size:4rem;
letter-spacing:20px;
}
rgba
알파(A)