Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pand-coder authored Dec 16, 2023
1 parent f972bf0 commit 546f5f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Assignments/CB.EN.U4CYS22049/ui/CSS/Signup.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ font-size: 16px;
color: #eee;
}
body {
background: url("/Images/DSC00649-1-scaled.jpg") no-repeat center;
background-size: cover;
background: url("../IMAGES/DSC00649-1-scaled.jpg") no-repeat center;
background-size: cover;
}
h1, h2 {
text-transform: uppercase;
Expand Down
7 changes: 3 additions & 4 deletions Assignments/CB.EN.U4CYS22049/ui/CSS/proj_ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ body{
#hyp4{
text-decoration:none;
color:white;
padding-right:200px;
padding-right:180px;
}
#B1{
background-color:rgb(188, 53, 76);
color:white;
height: 20px;
width: 50px;
height: 25px;
width: 60px;
}

/* navbar css ends here*/
Expand Down Expand Up @@ -373,4 +373,3 @@ body{
.contact-info a:hover {
text-decoration: underline;
}

0 comments on commit 546f5f1

Please sign in to comment.