Updated some formats

parent af3f6f1f
p{ /* basic styles */
color: black;
font-family: monaco;
font-size:30px;
text-align: center;
}
h1 { h1 {
position: sticky; position: sticky;
text-align: center; text-align: left;
color: black; color: White;
font-size: 55px; font-size: 35px;
font-family: papyrus; font-family: arial;
} }
h2 { h2 {
position: sticky; position: sticky;
text-align: center; text-align: left;
color: black; color: Black;
font-size: 30px; font-size: 35px;
font-family: monaco; font-family: arial;
} }
body { body {
/* background-image: url("/static/bookshelf/books.jpg"); */
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
background-position: center; background-position: center;
background-attachment: fixed; background-attachment: fixed;
} }
p{
color: black;
font-family: monaco;
font-size:20x;
text-align: left;
}
/* announcements page style */
header {
text-align: center;
width: 100%;
height: auto;
background-size: cover;
background-attachment: fixed;
position: relative;
overflow: hidden;
border-radius: 0 0 85% 85% / 30%;
}
header .overlay{
width: 100%;
height: 100%;
padding: 50px;
color: #FFF;
text-shadow: 1px 1px 1px #333;
background-image: linear-gradient( 135deg, #076585 10%, #fff 100%);
opacity: 0.7;
}
h {
font-family: 'Dancing Script', cursive;
font-size: 60px;
margin-bottom: 30px;
}
h3, p {
font-family: 'Open Sans', sans-serif;
}
button {
border: none;
outline: none;
padding: 10px 20px;
border-radius: 50px;
color: #333;
background: #fff;
margin-bottom: 50px;
box-shadow: 0 3px 20px 0 #0000003b;
}
button:hover{
cursor: pointer;
}
/* for links */
a{ a{
color: black; color: black;
font-family: monaco; font-family: 'Open Sans', sans-serif;;
font-weight: bold; font-size:15px;
font-size:25px;
} }
/* for ordered list */
ol { ol {
font-size:40px; font-size:40px;
font-family: monaco; font-family: monaco;
...@@ -44,30 +87,28 @@ ol { ...@@ -44,30 +87,28 @@ ol {
text-align: left; text-align: left;
} }
.flex-parent {
display: flex;
}
.jc-center {
justify-content: center;
}
button.margin-right {
margin-right: 30px;
}
button.margin-left { /* extra styles */
margin-left: 30px; .b {
text-align: left;
font-weight: bold;
font-size: 40px;
text-shadow: 3px 3px 6px black;
} }
.blue {
background-color: #74b4ec;
}
.pink { /* announcement details heading */
background-color: #eb73ad; section {
height: 100vh;
background: lightblue;
} }
section span {
.green { margin: 0;
background-color: #2de684; font-size: 400%;
text-align: center;
line-height: 1;
padding-top: calc(50vh - 20pt);
display: block;
font-weight: 700;
font-family: 'Dancing Script', cursive;
} }
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