Student ECS Web App

Built on EC2, stored in Amazon ECR

Containerized Website

This website is running inside an Nginx container.

Save: CTRL+O → Enter → CTRL+X Step 2: Create style.css nano style.css Paste: body { margin: 0; font-family: Arial, sans-serif; background-color: #f4f6f8; } header { background-color: #232f3e; color: white; padding: 30px; text-align: center; } nav { background-color: #37475a; padding: 12px; text-align: center; } nav a { color: white; margin: 0 15px; text-decoration: none; font-weight: bold; } .hero { padding: 60px; text-align: center; background-color: white; } .hero button { padding: 12px 25px; background-color: #ff9900; border: none; font-size: 16px; cursor: pointer; } footer { background-color: #232f3e; color: white; text-align: center; padding: 15px; }