Edited style.css

parent 0bf5ea8b
p{
color: black;
font-family: monaco;
font-size:30px;
text-align: center;
}
h1 {
position: sticky;
text-align: center;
color: black;
font-size: 55px;
font-family: papyrus;
}
h2 {
position: sticky;
text-align: center;
color: black;
font-size: 30px;
font-family: monaco;
}
body {
/* background-image: url("/static/bookshelf/books.jpg"); */
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
a{
color: black;
font-family: monaco;
font-weight: bold;
font-size:25px;
}
ol {
font-size:40px;
font-family: monaco;
color:black;
font-weight: bold;
text-align: left;
}
.flex-parent {
display: flex;
}
.jc-center {
justify-content: center;
}
button.margin-right {
margin-right: 30px;
}
button.margin-left {
margin-left: 30px;
}
.blue {
background-color: #74b4ec;
}
.pink {
background-color: #eb73ad;
}
.green {
background-color: #2de684;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment