style.css_4
style.css_4
css
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Noto+Sans:[email protected]&display=swap');
html {
font-size: 20px;
}
h1 {
font-family: 'Dancing Script', cursive;
font-size: 5rem;
text-transform: capitalize;
text-align: center;
}
ul {
list-style-type: square;
}
body > ol {
list-style-type: lower-greek;
}
dt {
font-weight: bolder;
font-variant: small-caps;
}
dd {
font-style: italic;
}
li li {
font-size: 1rem;
}
@counter-style country-flags {
system: fixed;
symbols: ;
suffix: " ";
}
.li-title:last-child li{
list-style-type: country-flags;
border-left: 3px dashed aquamarine;
list-style-position: inside;
}