mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
Update style.css
Removed margins for <p> and added padding
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
* {
|
*{
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
b{color:#007AFF}
|
b{color:#007AFF}
|
||||||
@@ -11,18 +11,18 @@ body{
|
|||||||
}
|
}
|
||||||
p{
|
p{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
position: absolute;
|
padding: 20px;
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
}
|
}
|
||||||
h1{
|
h1{
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
padding: 20px;
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-weight:300;
|
font-weight:300;
|
||||||
margin-top:-38;
|
margin-top:-38;
|
||||||
|
padding: 20px;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user