Skip to content

Commit

Permalink
No more inconsistancies with horizontal elements
Browse files Browse the repository at this point in the history
  • Loading branch information
codejedi-ai committed Jan 5, 2022
1 parent cd0105f commit 4a20c72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Citations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ Real Estate:
https://i.pinimg.com/originals/5a/79/12/5a7912f165b93e093536fb6762e8703c.jpg

Handwrighting recognization
https://quantiantech.com/wp-content/uploads/2021/03/handwriting-recognition-1170x700.jpeg
https://quantiantech.com/wp-content/uploads/2021/03/handwriting-recognition-1170x700.jpeg

12 changes: 10 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,19 @@ p {
background: #ffffff;
padding: 20px 0px;

margin-left: auto;
margin-right: auto;
position: center;


border-top: bisque;
box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.44);
border-bottom: 1px solid #D2D2D2;
}

.header_box {
position: relative;

}

.logo {
Expand Down Expand Up @@ -368,7 +374,6 @@ p {
*/
background-image: url("../img/AISeeHuman.jpeg");
height:640px;
width:1200px;
margin-left: auto;
margin-right: auto;
position: center;
Expand Down Expand Up @@ -480,7 +485,6 @@ a.read_more:hover {
padding: 60px 0px;
background-image: url("../img/spacexRocket.jpeg");
height:600px;
width:1200px;
display: block;
margin-left: auto;
margin-right: auto;
Expand Down Expand Up @@ -1250,6 +1254,10 @@ border: 1px solid #CE1139;

.footer_wrapper {
background: #232323;

margin-left: auto;
margin-right: auto;
position: center;
}

.footer_bottom {
Expand Down

0 comments on commit 4a20c72

Please sign in to comment.