Difference between revisions of "Chiara Russo/style.css"

From City of Hope MUSH
Jump to navigation Jump to search
(Created page with "img { width: 45%; height: auto; }")
 
Line 1: Line 1:
img {
+
#chiarastuff {
 +
    background-color: #fff0d0;
 +
}
 +
 
 +
#chiaragallery img {
 
     width: 45%;
 
     width: 45%;
 
     height: auto;
 
     height: auto;
 
}
 
}

Revision as of 06:03, 1 March 2020

  1. chiarastuff {
   background-color: #fff0d0;

}

  1. chiaragallery img {
   width: 45%;
   height: auto;

}