Improvements on CSS code, added two more bookmarks and associated images; repositioned search bar to the right side.

This commit is contained in:
Peter 2023-07-27 22:55:34 -04:00
parent 2233f5b39e
commit 977e5dfb40
2 changed files with 12 additions and 5 deletions

View file

@ -26,7 +26,7 @@ img:hover {
padding: 10px;
padding-top: 5px;
padding-bottom: 30px;
width: 350px;
width: 460px;
height: 60px;
box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.19);
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
@ -37,8 +37,8 @@ img:hover {
padding: 10px;
padding-top: 10px;
padding-bottom: 30px;
width: 475px;
height: 180px;
width: 440px;
height: 150px;
box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.19);
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
@ -60,9 +60,12 @@ a:hover {
background: #44475a;
color: #f2f8f8;
padding: 5px;
margin-left: 20px;
font-size: 17px;
border: 1px solid grey;
width: 32%;
width: 30%;
position: absolute;
right: 12px;
}
.topnav button[type=submit] {
background: #282a36;
@ -72,4 +75,6 @@ a:hover {
border: 1px solid grey;
width: 5%;
margin-right: 5px;
position: absolute;
right: 6px;
}