Skip to content

Commit

Permalink
fix: paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
johanpq committed Dec 5, 2023
1 parent 6c38100 commit b44edd1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
37 changes: 29 additions & 8 deletions assets/css/mediasqueries/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,31 @@
}

header > div img {
height: 450px;
width: 55%;
top: -75px;
left: 200px;
height: 454px;
width: 100%;
top: -214px;
left: 489px;
border-radius: 30%;
}
}


h1 {
font-size: 12.1em;
position: relative;
}

header > div > p {
text-align: left;
position: relative;
font-size: 2em;
margin-bottom: 10px;
top: -20px;
}

header > div > a > button {
min-width: 245px;
margin-top: -14px;
}

main {
height: 800px;
Expand All @@ -81,6 +100,7 @@

.testemual-container {
display: flex;
height: 100%;
flex-direction: row;
align-items: center;
justify-content: center;
Expand All @@ -92,9 +112,10 @@
}

.images {
display: block;
height: 400px;
width: 400px;
margin-left: 5px;
margin: auto;
}

hr {
Expand Down Expand Up @@ -141,12 +162,12 @@
}
.title-and-navagation-container > p {
margin: 0px 20px 10px 20px;
font-size: 2.8em;
font-size: 1.8em;
}

.image-about {
width: 50%;
margin: 20px 0px 20px 50px;
margin: 20px 0px 20px -20px;
}

.reservation-container {
Expand Down
20 changes: 0 additions & 20 deletions assets/css/mobilefirst/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,6 @@ svg {
margin-left: 10px;
}

/* .about-hotel {
height: 500px;
background-color: rgb(104, 71, 71);
margin-top: 200px;
} */

/* .about-container {
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
} */

.image-about, .image-reservation {
height: 350px;
width: 100%;
Expand Down Expand Up @@ -152,12 +138,6 @@ svg {
margin: 20px auto;
}

/* .about-hotel, .reservation {
height: 500px;
background-color: rgb(119, 55, 55);
margin-top: 200px;
} */

.about-container, .reservation-container {
display: flex;
height: 100%;
Expand Down

0 comments on commit b44edd1

Please sign in to comment.