Fix margin

This commit is contained in:
Kaisaan 2022-02-15 22:56:46 -05:00
parent c0cde60604
commit dd969fae7c
2 changed files with 6 additions and 10 deletions

View File

@ -3,12 +3,8 @@
body { body {
font-family: 'Roboto Mono', monospace; font-family: 'Roboto Mono', monospace;
background-color: #EFEFEF; background-color: #EFEFEF;
margin: 0;
padding: 0;
}
p, h1, h2 {
margin: 2%; margin: 2%;
padding: 0;
} }
p { p {

View File

@ -3,7 +3,7 @@ title: Home
layout: default layout: default
--- ---
<center><h1>Welcome to Kaisaan's Website!</h1></center> <center><h1>Welcome to Kaisaan's Yuummy Site!</h1></center>
<h2>Hello There</h2> <h2>Hello There</h2>
<p>I'm Kaisaan Siddiqui, just another person on the internet. This website is still a W.I.P. I plan on documenting my passions and projects here.</p> <p>I'm Kaisaan Siddiqui, just another person on the internet. This website is still a W.I.P. I plan on documenting my passions and projects here.</p>
<h2>Source</h2> <h2>Source</h2>