From 5d5aa9f6326944fe7231964d4dbdbfc8578eafc0 Mon Sep 17 00:00:00 2001 From: iris Date: Sat, 31 Aug 2024 22:36:30 -0500 Subject: [PATCH] new h1 border --- README.md | 5 +++-- styles.css | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7f4b68..fd3fd54 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file diff --git a/styles.css b/styles.css index 22ac488..ef54ab4 100644 --- a/styles.css +++ b/styles.css @@ -1,7 +1,9 @@ .center { margin: auto; + margin-top: 10px; max-width: 70%; } + @media only screen and (max-width: 1000px){ .center { max-width: 90% @@ -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;