Difference between revisions of "Team:Uppsala/Transcriptomics/Sequencing"

Line 14: Line 14:
 
         }
 
         }
  
        .center-Image {
+
div.center-Image {
            display: block;
+
    height: 10em;
            margin: auto;
+
    position: relative;
        }
+
}
 +
 
 +
.center-Image p {
 +
    margin: 0;
 +
    background: yellow;
 +
    position: absolute;
 +
    top: 50%;
 +
    left: 50%;
 +
    margin-right: -50%;
 +
    transform: translate(-50%, -50%)
 +
}
 +
 
 +
.center-Image img {
 +
    margin: 0;
 +
    background: yellow;
 +
    position: absolute;
 +
    top: 50%;
 +
    left: 50%;
 +
    margin-right: -50%;
 +
    transform: translate(-50%, -50%)
 +
}
 +
 
 
        
 
        
 
         </style>
 
         </style>

Revision as of 15:22, 15 October 2018