Site-Proximo/src/css/Components/articlesbycategory.css
2021-02-01 12:09:50 +01:00

21 righe
No EOL
295 B
CSS

#categoryName{
color : white;
text-align: left;
font-family: 'Wellfleet', cursive;
font-size:max(2.5vw,30px);
}
#categoryBlock{
width:60vw;
margin-bottom:5vh;
}
#bulles{
display:flex;
}
#underlinment{
background-color: white;
width:30%;
height:0.3vh;
}