Create style.css

This commit is contained in:
nune 2024-04-23 08:43:51 -04:00 committed by GitHub
parent 66ed25fc37
commit ed4c7d631b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
style.css Normal file
View file

@ -0,0 +1,8 @@
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #42;
padding: 0 8px;
}