Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 854 Bytes

use-of-CSC-services-in-2023.md

File metadata and controls

34 lines (29 loc) · 854 Bytes
layout title
page
HPC-HD use of CSC services in 2023
<title>Image Display Page</title> <style> .image-container { display: flex; justify-content: center; /* Center the image horizontally */ align-items: center; /* Center the image vertically */ }
.image-container img {
  max-width: 100%; /* Make image responsive */
  height: auto; /* Maintain aspect ratio */
  border-radius: 10px; /* Optional: adds rounded corners to the image */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: adds a shadow effect */
}
</style>