Skip to content

Commit

Permalink
Update 1_basics.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentina Lafchieva committed Oct 22, 2024
1 parent 866e35a commit 4da53ef
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions experiments/valentina/1_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,24 @@

<style>
header {text-align: center}
main {
font-family: trebuchet;
body {
font-family: trebuchet;
font-size: 18px;
color: #000000;
background-color: #fff7ec;
padding: 10px;
background-color: #fff9f1;
padding: 20px;
}
h2, h3 {text-align: center;}

section {
opacity: 1;
background-color: white;
width: 600px;
margin: auto;
}
pre {
margin-left: -160px;
}
h2 {text-align: center}
h3 {text-align: center}
/* add your magic here */

</style>
Expand Down

0 comments on commit 4da53ef

Please sign in to comment.