ovejerojose / Full_Stack

Repo para Materia Programador Full Stack - TSDWAD - 2022
1 stars 0 forks source link

#TK09 - Tienda #36

Closed JosePolvora closed 2 years ago

JosePolvora commented 2 years ago

<!DOCTYPE html>

Mi Tienda
pelotas de tenis

Has Entrado a la Tienda

Volver pagina en construccion
JosePolvora commented 2 years ago

---CSS---

*{ margin: 0px; padding: 0px; box-sizing: border-box; } body { background-color: #e6b325; }

header {

/Header/ .presentacion { height: 500px; width: 100%; background-color: #61481c; display: flex; justify-content: center; align-items: center; position: relative; } .imgheader { object-fit: cover; width: 100%; height: 100%; position: absolute;

} nav{ /logo/

.logo1{ width: 1200px; height:450px; } .logo{ position: relative; display: flex; width: 100%; height:100%; } .logo img{ border-radius: 100%; width: 50px; height: 50px; position: absolute; left: 10px; } .nombrelogo { color: aliceblue; position: absolute; font-size: 14px; left: 75px; top: 15px; } .nombrelogo2 { color: aliceblue; position: absolute; font-size: 14px; left: 62px; top: 30px; } /Login/ .login { position: absolute; top: 35px; right: 35px; } .login a{ text-decoration: none; color: white; } .login img { border-radius: 100%; width: 25px; height: 25px; position: absolute; top: 0px; right: 35px;

} /Nav/ .nav{ display: flex; justify-content: space-around; align-items: center; min-height: 8vh; font-family: 'Poppins', sans-serif; background-color: #bf9742; position: absolute; background-color: rgba(255, 255, 255, 0.3); border-radius:8px ; border:solid 1px rgba(255, 255, 255, 0.5); blackdrop-filter: blur(4px);

} .nav-links a:hover { font-size: 22px; background-color: rgba(255, 255, 255, 0.3); border:solid 1px rgba(255, 255, 255, 0.5); border-radius: 2px; }

@media screen and (max-width:600px) { .nav-links{

flex-direction: column; }

} .nav-links{ display: flex; justify-content: space-around; width: 30%; padding: 10px; }

.nav-links li{ list-style: none; margin: 20px; }

.nav-links a{ color: #61481c; color: rgb(221, 216, 216); text-decoration: none; letter-spacing: 3px; font-weight: bold; font-size: 14px; font-size: 20px; } .contenedor { display: flex; flex-direction: row; padding: 15px; justify-content: space-around; align-items: center; }

.columna { display: flex; flex-direction: row; padding: 20px; }

.cubo { padding: 5px; margin: 20px; }

h1{

font-family: verdana; font-size: 15px; }