Skip to content

Commit

Permalink
p:first-of-type {
Browse files Browse the repository at this point in the history
   color:#3df28b; 
  }
  .floatright img:nth-child(odd) {
    float: right;
  }
  .floatleft img:nth-child(even) {
    float: left;
    border-bottom: solid 10px #ffffff50;
  }
   img {  max-height: 100%;
    max-width: 100%;
  display:block;}

  a {
    font-weight:400;
    text-decoration:none;
    color: #63c0f5;
    text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
  }
  a,
  a:hover,
  a:visited a:hover {
    color: #c9ff23;
    padding: 0px;
    
  }
  • Loading branch information
ricoThaka authored Nov 28, 2024
1 parent 521fcb0 commit 8d25a88
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions assets/css/covid.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,22 @@ figure {


#round {border-radius: 31px 31px 0px 0px;}
img {

}
p:first-of-type {
color:#3df28b;
}
.floatright img:nth-child(odd) {
float: right;
}
.floatleft img:nth-child(even) {
float: left;
border-bottom: solid 10px #ffffff50;
}
img { max-height: 100%;
max-width: 100%;
display:block;}




.sticky {
Expand Down

0 comments on commit 8d25a88

Please sign in to comment.