Skip to content

Commit

Permalink
Update buttons.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Law-Dawg360 authored Nov 15, 2024
1 parent fb5e18b commit a26bdca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Testing/HTML/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,19 @@ buttonwithlink {
margin: 4px 2px;
cursor: pointer;
}
.styled-text {
font-family: Arial, sans-serif;
font-size: 20px;
font-weight: bold;
color: blue;
border: 2px solid red;
padding: 10px;
}
.fancy-heading {
font-family: "Times New Roman", serif;
font-size: 36px;
font-weight: bold;
color: #333;
text-align: center;
text-decoration: underline;
}

0 comments on commit a26bdca

Please sign in to comment.