Skip to content

Commit

Permalink
new h1 border
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris-TheRainbow committed Sep 1, 2024
1 parent 10926f9 commit 5d5aa9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# please.usenewroadrunner.fyi
## Why you should be updating roadrunner to 1.0
Why you should be updating roadrunner to 1.0

Explains the differences between RR1.0 and RR0.5 and why it is worth it for you to swtich

![image](https://github.com/user-attachments/assets/c5443dbd-1cd3-4c25-a75d-eefbc96b5f00)
![image](https://github.com/user-attachments/assets/c5443dbd-1cd3-4c25-a75d-eefbc96b5f00)
6 changes: 6 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.center {
margin: auto;
margin-top: 10px;
max-width: 70%;
}

@media only screen and (max-width: 1000px){
.center {
max-width: 90%
Expand All @@ -22,6 +24,10 @@ body {
h1 {
text-align: center;
font-size: 3.5rem;
background-color: #292929;
border-radius: 10px;
border-color: azure;
padding: 5px;
}
h2 {
font-size: 2.5rem;
Expand Down

0 comments on commit 5d5aa9f

Please sign in to comment.