Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updated placeholder
  • Loading branch information
asdharshini committed Dec 3, 2023
commit 9cbe46d613ec994f85531d9d2ea6744f4387a650
6 changes: 5 additions & 1 deletion projects/weather-app/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
margin: 0;
font-family: "Montserrat", sans-serif;
background-color: #f7f7f7;
background-color: #f8a5c2;
}

.container {
Expand Down Expand Up @@ -46,6 +46,10 @@ form input[type="submit"]:hover {
background-color: #0062cc;
}

::placeholder {
border: 1px solid lightpink;
}

.icon img {
width: 100px;
height: 100px;
Expand Down