Untitled
body { font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background-color: #333; color: white; padding: 10px; text-align: center; } nav a { margin: 0 15px; color: white; text-decoration: none; } .carousel { position: relative; max-width: 100%; overflow: hidden; text-align: center; } .carousel .slide { display: none; position: relative; } .carousel .slide img { width: 100%; height: auto; } .banner-content { position: absolute; bottom: 50px; left: 50px; color: white; } footer { background-color: #333; color: white; text-align: center; padding: 10px 0; position: fixed; width: 100%; bottom: 0; } form { margin: 20px; } form input, form textarea { width: 100%; padding: 10px; margin: 5px 0; } button { padding: 10px 20px; background-color: #333; color: white; border: none; cursor: pointer; }
Leave a Comment