Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
thatoneusercausingchaos authored May 17, 2024
1 parent 271544e commit b330cf9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
:root{scroll-behavior:smooth}html,body{font-family:Arial,Sans-Serif;padding:10px;text-align:center}a:link,a:visited{color:#00e;text-decoration:none}a:hover{color:#000;text-decoration:underline}p{line-height:1.5}div.container{text-align:center}ul.mylist{display:inline-block;text-align:left;line-height:1.5}
:root{scroll-behavior:smooth}html,body{font-family:Arial,Sans-Serif;padding:10px;text-align:center}a:link,a:visited{color:#00e;text-decoration:none}a:hover{color:#000;text-decoration:underline}div.container{text-align:center}ul.mylist{display:inline-block;text-align:left;line-height:1.5}

p {
display: inline-block;
line-height: 1.5;
max-width: 500px;
}

.button {
background-color: #04AA6D;
Expand Down

0 comments on commit b330cf9

Please sign in to comment.