added new style
This commit is contained in:
+9
-8
@@ -42,7 +42,7 @@ header::after {
|
||||
top: 0;
|
||||
left: -40px;
|
||||
position: absolute;
|
||||
background-color: rgba(0, 61, 121, 1);
|
||||
background-color: #003e79;
|
||||
height: 100%;
|
||||
width: 30%;
|
||||
min-width: 300px;
|
||||
@@ -69,7 +69,7 @@ footer {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
background-color: rgba(0, 61, 121, 1);
|
||||
background-color: #003e79;
|
||||
z-index: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -101,7 +101,7 @@ footer p {
|
||||
border: 1px solid #d1d5db;
|
||||
border-radius: 4px;
|
||||
width: 90%;
|
||||
max-width: 1150px;
|
||||
max-width: 1500px;
|
||||
height: 600px;
|
||||
min-height: 520px;
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||
@@ -127,9 +127,9 @@ footer p {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 400px;
|
||||
width: 725px;
|
||||
height: 615px;
|
||||
background-image: url("/rock.jpg");
|
||||
background-image: url("https://www.acatlan.unam.mx/images/fes_05.jpg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
overflow: hidden;
|
||||
@@ -360,7 +360,7 @@ table tr {
|
||||
|
||||
.centerGrid {
|
||||
display: grid;
|
||||
grid-template-columns: auto 400px;
|
||||
grid-template-columns: auto 725px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
@@ -411,8 +411,8 @@ table tr {
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
max-height: 600px;
|
||||
height: 650px;
|
||||
max-height: 650px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@@ -421,6 +421,7 @@ table tr {
|
||||
}
|
||||
|
||||
.img {
|
||||
background-image: url("/rock.jpg");
|
||||
right: 50%;
|
||||
transform: translateX(50%);
|
||||
width: 600px;
|
||||
|
||||
Reference in New Issue
Block a user