Skip to content

Commit

Permalink
>_<
Browse files Browse the repository at this point in the history
  • Loading branch information
Pukapl committed Jan 26, 2025
1 parent 74669fe commit fa91b73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,19 @@
.background {
background-color: lightsteelblue;
padding: 10px;
/*background-image: url('Media/wetcat.png');*/
/*https://www.w3schools.com/css/img_lights.jpg*/
}

.centre {
margin: auto;
width: 50%;
width: fit-content;
/*border: 3px solid green;*/
padding: 5px;
}

.warn {
background-color: blueviolet;
color: darkred;
color: black;
font-size: 17px;
padding: 1px;
margin: 2%;
Expand Down

0 comments on commit fa91b73

Please sign in to comment.