Browse Source

adding an introduction header with css

master
manetta 4 years ago
parent
commit
2f64328f46
  1. 9
      themes/default/static/css/main.css

9
themes/default/static/css/main.css

@ -23,7 +23,7 @@ header#banner{
text-decoration: none;
}
nav#menu{
width: calc(100% + 20em);
width: calc(100% + 18em);
text-align: center;
margin:0 0 0 -10em;
}
@ -62,6 +62,13 @@ article{
background-color: beige;
padding:2em 3em;
}
article:first-of-type:before{
content: "Introduction";
display: block;
margin:0 auto;
position: relative;
font-style: italic;
}
/* big pink boxes for the section titles */
h1.category{

Loading…
Cancel
Save