×
          
              
          
      
      Clear all filters including search bar
          
        Valeri Tandilashvili's CSS Notes
      
    border-bottom: 3px dashed orange;border-bottom-width: 20px; 
border-bottom-style: dotted; 
border-bottom-color: blue;font: bold italic 14px Tahoma;font-weight: bold; 
font-style:italic; 
font-size: 14px; 
font-family: Tahoma;.class1 .class2 h2{
    color: red;
}<h2>.class2.class1pp {
    text-decoration: underline;
    text-transform: uppercase;
}div.sticky {
  background-color: yellow;
  position: sticky;
  top: 0;
}position:fixedpdivdiv p { 
    color: red; 
}p#id1#id1 p { 
    color: green; 
}p.class1.class1 p { 
    color: yellow; 
}letter-spacingword-spacingh1 {
    letter-spacing: 2px;
    word-spacing: 10px;
}.logout.home.home {
    flex-grow: 1;
}
.logout{
    flex-grow: 2;
}p::first-letter {
    color: blue;  
    font-size: 20px;  
    font-weight: bold;  
    background-color: yellow;
}p::first-line {
    color: blue;
    font-size: 20px;
    font-weight: bold;
    background-color: yellow;
}